From bb2f1196e2bb33cd7960d019922cc8f2e8c921e2 Mon Sep 17 00:00:00 2001 From: Dich Date: Sat, 31 May 2025 18:41:40 +0800 Subject: [PATCH] update:footer-align-center --- templates/index.html | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2cc1bce..8e3fa92 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,15 +15,12 @@ {%- if config.generate_feeds %} {%- for feed in config.feed_filenames %} - - {%- if feed is containing('atom') %} - - {%- endif %} - - {%- if feed is containing('rss') %} - - {%- endif %} - + {%- if feed is containing('atom') %} + + {%- endif %} + {%- if feed is containing('rss') %} + + {%- endif %} {%- endfor %} {% endif -%} @@ -34,6 +31,25 @@ {%- block extra_head %} {% endblock extra_head -%} + + + @@ -129,10 +145,8 @@ {% endblock footer %} - {%- block extra_body %} {% endblock extra_body -%} - - \ No newline at end of file +