chiark / gitweb /
This is just stupid :(
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 29 Oct 2017 20:41:57 +0000 (21:41 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 29 Oct 2017 20:41:57 +0000 (21:41 +0100)
pelican-theme/templates/base.html

index 0785bc5344a877efa34a760061f12f6a3485b263..3da48a596985b2a679e7695ec9e780cc8d080dc4 100644 (file)
           {%- if LINKS_FOOTER4[0][1] %}<a href="{{ LINKS_FOOTER4[0][1] }}">{% endif %}
           {{- LINKS_FOOTER4[0][0] -}}
           {% if LINKS_FOOTER4[0][1] %}</a>{% endif -%}
-        </h4>
+        </h3>
         <ul>
           {% for title, link in LINKS_FOOTER4 %}{% if loop.index0 != 0 %}
           <li><a href="{{ link }}">{{ title }}</a></li>