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/404.html | 4 +-- templates/index.html | 74 +++++++++++++++++++++++----------------------- templates/page.html | 10 +++---- templates/tags/single.html | 2 +- 4 files changed, 45 insertions(+), 45 deletions(-) (limited to 'templates') diff --git a/templates/404.html b/templates/404.html index d885ede..94a6247 100644 --- a/templates/404.html +++ b/templates/404.html @@ -37,7 +37,7 @@

404

Oops, police door not found...

- + @@ -46,7 +46,7 @@ Home - + 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 %} - {{page.title}} + {{ page.title }} {% else %} - {{config.title}} + {{ config.title }} {% endif %} {% if config.generate_feed %} @@ -79,17 +79,17 @@ {% block title %}

-

{{config.title}}

-

{{config.extra.home_subtitle}}

+

{{ config.title }}

+

{{ config.extra.home_subtitle }}

- {{macros::render_social_icons()}} + {{ macros::render_social_icons() }}
{% endblock title %} {% block main %}
{% endblock main %} @@ -97,8 +97,8 @@ {% block footer %} - + diff --git a/templates/page.html b/templates/page.html index eb7d141..67bdddb 100644 --- a/templates/page.html +++ b/templates/page.html @@ -52,7 +52,7 @@