From d6c66161a506e6364b75344b657779b4352eba19 Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 28 Dec 2023 22:08:02 -0600 Subject: [PATCH] update header docs, remove commented meta tags --- templates/header.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/templates/header.html b/templates/header.html index d37ea5b..492c7a6 100644 --- a/templates/header.html +++ b/templates/header.html @@ -4,8 +4,8 @@ css_theme_name | no | auto canonical_url | yes | none page_title | yes | none - static (list) - - scripts (list) + static (dict) + - scripts (dict) - bootstrap (used in footer.html) - src | yes | none - integrity | no | empty @@ -14,7 +14,7 @@ - src | yes | none - integrity | no | empty - crossorigin | no | empty if no integrity, anonymous otherwise - - css (list) + - css (dict) - bootstrap - src | yes | none - integrity | no | empty @@ -57,6 +57,7 @@ {% endif %} + {{ page_title }} @@ -68,15 +69,6 @@ {% endfor %} {% endif %} - - {% if favicon_list %} {% for icon in favicon_list %}