Uninett/Argus

Document methods for customizing the logo

Ouverte

#1 035 ouverte le 27 août 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Python (20 forks)auto 404
documentationfrontendgood first issue

Métriques du dépôt

Stars
 (24 étoiles)
Métriques de merge PR
 (Merge moyen 9j 5h) (26 PRs mergées en 30 j)

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",
        }
    }

Guide contributeur