diff --git a/templates/custom/templates/custom/extra_links_footer.tmpl.j2 b/templates/custom/templates/custom/extra_links_footer.tmpl.j2 index 6bb7e13..f559447 100644 --- a/templates/custom/templates/custom/extra_links_footer.tmpl.j2 +++ b/templates/custom/templates/custom/extra_links_footer.tmpl.j2 @@ -1,4 +1,4 @@ #jinja2: lstrip_blocks: True {% for link in gitea_footer_custom_links %} -{{ item.name }} +{{ link.name }} {% endfor %}