style: minor tweaks

This commit is contained in:
Eneko Illarramendi
2020-04-21 23:13:37 +02:00
parent 93e51a7398
commit efbba20872
7 changed files with 30 additions and 13 deletions
+11
View File
@@ -4,3 +4,14 @@
{% block beta %}{% endblock %}
{% block drawer_toggle %}{% endblock %}
{% block drawer %}{% endblock %}
{% block toolbar_title %}
<a href="/" class="inherit">
{% if SITE_TITLE != 'LNbits' %}
{{ SITE_TITLE }}
{% else %}
<strong>LN</strong>bits
{% endif %}
</a>
{% endblock %}