banner not clickable in article
This commit is contained in:
parent
4874656f40
commit
5b784ce7c2
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user