Add logo
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/">{{ config.USER_APP_NAME }}</a></li>
|
||||
<li><a href="/"><img src="/static/logo_dark.svg" /></a></li>
|
||||
{% for item in current_menu.children recursive %}
|
||||
{% if item.visible %}
|
||||
<li{% if item.children %} class="dropdown"{% endif %}>
|
||||
|
||||
Reference in New Issue
Block a user