documentationfrontendgood first issue
Métricas do repositório
- Stars
- (24 estrelas)
- Métricas de merge de PR
- (Mesclagem média 9d 5h) (26 fundiu PRs em 30d)
Description
From Uninett/argus-htmx-frontend#72
Allows for overriding the navbar logo with a custom logo through context variables. A developer may for example create a context processor to change the logo and its associated properties:
def logo(request): return { "logo": { "file": "logo_color.png", "alt": "geant-argus", "url": "home", } }