From fd06c5a40293591af936b361fc63b6d2bf2df91f Mon Sep 17 00:00:00 2001 From: dichgrem Date: Thu, 28 Aug 2025 15:08:34 +0800 Subject: [PATCH] fix:index_html --- templates/index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2145dff..83ed53d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,16 +18,17 @@ {%- if feed is containing('atom') %} {%- endif %} + {%- if feed is containing('rss') %} {%- endif %} - {%- endfor %} - {% endif -%} - {# Favicon #} - {% if config.extra.favicon %} - - {% endif %} + {%- endfor %} + {%- endif -%} + + {%- if config.extra.favicon %} + + {% endif -%} {%- block extra_head %} {% endblock extra_head -%}