banner not clickable in article

This commit is contained in:
rra 2018-05-19 12:35:55 +02:00
parent 4874656f40
commit 5b784ce7c2

View File

@ -8,14 +8,14 @@
{% block header %}
<h1 id="menu" class="sticky">
<a href="{{SITEURL}}/">Welcome to
Welcome to
the
<select onchange="window.location.href=this.value">
{%- for t, article in tags|sort %}
<option value="{{SITEURL}}/{{ t.url }}" {% if t == tag %}selected{% endif %}>{{ t }}</option>
{% endfor %}
</select>
Federation</a>
Federation
</h1>
{% endblock %}