Fix Tera macro

This commit is contained in:
Bat 2018-09-05 17:03:30 +01:00
parent c1d8cf6943
commit fe71566ddb

View file

@ -70,6 +70,7 @@
<a href="{{ link }}" {% if loop.index == selected %}class="selected"{% endif %}>{{ titles[idx] | _ }}</a>
{% endfor %}
</div>
{% endmacro %}
{% macro feather(name) %}
<svg class="feather">
<use xlink:href="/static/images/feather-sprite.svg#{{ name }}"/>