responsive

This commit is contained in:
2019-05-31 23:37:11 +02:00
parent efc5ac8bdc
commit 1f449767a6
48 changed files with 4228 additions and 73 deletions

View File

@ -4,8 +4,8 @@
{% import _self as macro %}
{% for tag in page.taxonomy.tag %}
<span class="tags {{ macro.pageLinkName(tag) }}">
<span class="tags {{ macro.pageLinkName(tag) }}">
<a class="label">{{ tag }}</a>
</span>
{% endfor %}
{% endif %}
</span>