Uninett/Argus

Document methods for customizing the logo

開放

#1,035 建立於 2024年8月27日

 (0 則留言) (0 個反應) (0 位負責人)Python (20 個分叉)auto 404
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",
        }
    }

貢獻者指南