From 17dae0eaa459fdabafff1a05c524cb263b7018f6 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:17:26 +0200 Subject: Modularity within config.toml to allow for meta tag customizations. Changes to be committed: modified: config.toml modified: rsync_to_testing modified: templates/404.html modified: templates/index.html modified: templates/page.html modified: templates/tags/single.html --- templates/index.html | 74 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 58eeb83..4c08173 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ - + @@ -14,57 +14,57 @@ - - - - + + + + - - - - - + + + + + - - + + - - - + + + - - - - + + + + - - + + - - - + + + - - + + - + - + {% if page.title %} -
{{config.extra.home_subtitle}}
+{{ config.extra.home_subtitle }}
{% endblock title %} {% block main %} {% endblock main %} @@ -97,8 +97,8 @@ {% block footer %} - + -- cgit v1.2.3