Browse Source

banner not clickable in article

master
rra 6 years ago
parent
commit
5b784ce7c2
  1. 4
      theme/wttf/templates/article.html

4
theme/wttf/templates/article.html

@ -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…
Cancel
Save