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/page.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/page.html') 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 @@
{% if page.date %} - {{ page.date | date(format="%b %d, %Y")}} + {{ page.date | date(format="%b %d, %Y") }} - {{ macros::read_time(words=page.word_count) }} {% endif %} @@ -96,7 +96,7 @@ {% for k, tags in page.taxonomies %} {% for t in tags %} - {{t}} + {{ t }} {% endfor %} {% endfor %} @@ -142,12 +142,12 @@