xoxys.gitea/templates/custom/templates/custom/extra_links_footer.tmpl.j2

5 lines
144 B
Plaintext
Raw Normal View History

2020-02-16 15:49:33 +01:00
#jinja2: lstrip_blocks: True
{% for link in gitea_extra_links_footer %}
2020-02-16 16:32:12 +01:00
<a class="item" href="{{ link.href }}">{{ link.name }}</a>
2020-02-16 15:49:33 +01:00
{% endfor %}