banner not clickable in article
This commit is contained in:
parent
4874656f40
commit
5b784ce7c2
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<h1 id="menu" class="sticky">
|
<h1 id="menu" class="sticky">
|
||||||
<a href="{{SITEURL}}/">Welcome to
|
Welcome to
|
||||||
the
|
the
|
||||||
<select onchange="window.location.href=this.value">
|
<select onchange="window.location.href=this.value">
|
||||||
{%- for t, article in tags|sort %}
|
{%- for t, article in tags|sort %}
|
||||||
<option value="{{SITEURL}}/{{ t.url }}" {% if t == tag %}selected{% endif %}>{{ t }}</option>
|
<option value="{{SITEURL}}/{{ t.url }}" {% if t == tag %}selected{% endif %}>{{ t }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
Federation</a>
|
Federation
|
||||||
</h1>
|
</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user