xoxys.gitea/templates/custom/templates/custom/extra_links_footer.tmpl.j2
Robert Kaussow 9c0850fd36
All checks were successful
continuous-integration/drone/push Build is passing
fix template var
2020-02-16 16:32:12 +01:00

5 lines
145 B
Django/Jinja

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