diff --git a/src/server/templates/components/_macros.jinja b/src/server/templates/components/_macros.jinja index 74d4612f..224fcbba 100644 --- a/src/server/templates/components/_macros.jinja +++ b/src/server/templates/components/_macros.jinja @@ -1,5 +1,5 @@ {# Icon link #} -{% macro icon_link(href, icon, label) -%} +{% macro footer_icon_link(href, icon, label) -%}
{# Left column — Chrome + PyPI #}
- {{ icon_link('https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood', + {{ footer_icon_link('https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood', 'icons/chrome.svg', 'Chrome Extension') }} - {{ icon_link('https://pypi.org/project/gitingest', + {{ footer_icon_link('https://pypi.org/project/gitingest', 'icons/python.svg', 'Python Package') }}
{# Right column - Discord #}
- {{ icon_link('https://discord.gg/zerRaGK9EC', + {{ footer_icon_link('https://discord.gg/zerRaGK9EC', 'icons/discord.svg', 'Discord') }}
diff --git a/src/server/templates/components/git_form.jinja b/src/server/templates/components/git_form.jinja index 412e99f0..8ea0821f 100644 --- a/src/server/templates/components/git_form.jinja +++ b/src/server/templates/components/git_form.jinja @@ -40,9 +40,9 @@