documentationfrontendgood first issue
倉庫指標
- 星標
- (24 顆星)
- PR 合併指標
- (平均合併 9天 5小時) (30 天內合併 26 個 PR)
描述
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", } }