From 9e7b845e544758792831da520379e04089909b78 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 1 Sep 2024 22:35:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(footer):=20lazy?= =?UTF-8?q?=20load=20social=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 3ad87ee..1fb4010 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -21,7 +21,7 @@ {%- if generate_feed and config.extra.feed_icon and feed_url -%}
  • {%- endif -%} @@ -48,7 +48,7 @@ {%- else -%} {%- endif -%} - email + email {%- endif -%} @@ -57,7 +57,7 @@ {% for social in config.extra.socials %}
  • {% endfor %}