From 9c0850fd3640b8773d950e90a4c0f1cf02d24108 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 16 Feb 2020 16:32:12 +0100 Subject: [PATCH] fix template var --- templates/custom/templates/custom/extra_links_footer.tmpl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}