mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +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>
|
<a href="{{ link }}" {% if loop.index == selected %}class="selected"{% endif %}>{{ titles[idx] | _ }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endmacro %}
|
||||||
{% macro feather(name) %}
|
{% macro feather(name) %}
|
||||||
<svg class="feather">
|
<svg class="feather">
|
||||||
<use xlink:href="/static/images/feather-sprite.svg#{{ name }}"/>
|
<use xlink:href="/static/images/feather-sprite.svg#{{ name }}"/>
|
||||||
|
|
Loading…
Reference in a new issue