xoxys.gitea/templates/custom/templates/custom/extra_links_footer.tmpl.j2
Robert Kaussow b3b77eca5d
All checks were successful
continuous-integration/drone/push Build is passing
feat: add variable gitea_extra_links to customize nav bar
BREAKING CHANGE: The variable `gitea_footer_custom_links` was renamed to `gitea_extra_links_footer`.
2021-03-14 15:00:00 +01:00

5 lines
144 B
Django/Jinja

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