From a2768d3b7f97cee2a2d5654d26efb0ec703bf427 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 16 Jan 2025 15:35:51 +0100 Subject: [PATCH] Fix footer Closes #5 --- template/article_template.html | 49 ++++++++++++++++++---------------- template/index_template.html | 12 +++++---- template/static/style.css | 8 ++++++ 3 files changed, 41 insertions(+), 28 deletions(-) diff --git a/template/article_template.html b/template/article_template.html index 93c343e..7f0e3cf 100644 --- a/template/article_template.html +++ b/template/article_template.html @@ -17,35 +17,38 @@ -
-
-

- {{ article.title }} -

-

- {{ article.summary }} -

-
- {% if site.custom.defaultAuthor != article.createdBy %} +
+
+
+

+ {{ article.title }} +

+

+ {{ article.summary }} +

+
+ {% if site.custom.defaultAuthor != article.createdBy %} {{ article.createdBy }}, - {% endif %} - {{ article.createdAt | date("dd.MM.yyyy") }} - | - 5 min read -
-
+ {% endif %} + {{ article.createdAt | date("dd.MM.yyyy") }} + | + 5 min read +
+
- {% if article.custom.containsKey("photo") %} + {% if article.custom.containsKey("photo") %}
- {% endif %} - -
- {{ article.htmlContent | raw }} -
-
+ {% endif %} + +
+ {{ article.htmlContent | raw }} +
+ + +