Add the new logo the header

This commit is contained in:
Bat
2018-10-09 15:37:40 +01:00
parent d5ba8864c3
commit 45c31b1c8a
2 changed files with 19 additions and 7 deletions
+4 -1
View File
@@ -17,7 +17,10 @@
</nav>
<div id="content">
<nav>
<a href="/" class="title">{{ "Plume" | _ }}</a>
<a href="/" class="title">
<img src="/static/icons/trwnh/feather/plumeFeather256.png">
<p>{{ "Plume" | _ }}</p>
</a>
<hr/>
{% block header %}
{% endblock header %}