mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-23 03:51:00 +00:00
Fix Tera macro
This commit is contained in:
parent
c1d8cf6943
commit
fe71566ddb
1 changed files with 1 additions and 0 deletions
|
@ -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 }}"/>
|
||||
|
|
Loading…
Reference in a new issue