diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-17 20:12:30 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-17 20:12:30 +0100 |
| commit | 69425df6c3177666c5ee2811470696c6be1535e5 (patch) | |
| tree | 03603ae4e7324649a5ba7af4d6b74b2b8bb6875c /app/templates/base.html | |
| parent | 7fef1fb0d21f276a1e6aff68956903c842055654 (diff) | |
| download | cheatdb-69425df6c3177666c5ee2811470696c6be1535e5.tar.xz | |
Add logo
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index cdf1f1f..0211b97 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -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 %}> |
