fix template var
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-16 16:32:12 +01:00
parent add3831913
commit 9c0850fd36
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#jinja2: lstrip_blocks: True
{% for link in gitea_footer_custom_links %}
<a class="item" href="{{ link.href }}">{{ item.name }}</a>
<a class="item" href="{{ link.href }}">{{ link.name }}</a>
{% endfor %}