From 83f461c2ee691007e6c8a08d878f4abaae1803f4 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Thu, 25 Sep 2025 23:07:45 +0200 Subject: Article meta data dates bottom, icons --- blog.node5.net/templates/article.html | 1 - blog.node5.net/templates/article_meta_data.html | 9 +++------ blog.node5.net/templates/base.html | 1 + 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/blog.node5.net/templates/article.html b/blog.node5.net/templates/article.html index 1164eb6..da3b668 100644 --- a/blog.node5.net/templates/article.html +++ b/blog.node5.net/templates/article.html @@ -3,7 +3,6 @@ {% block head %} {{ super() }} - {% endblock %} {% block content %}

{{ article.name }}

{% include 'article_meta_data.html' %} diff --git a/blog.node5.net/templates/article_meta_data.html b/blog.node5.net/templates/article_meta_data.html index cd6968e..5e9068e 100644 --- a/blog.node5.net/templates/article_meta_data.html +++ b/blog.node5.net/templates/article_meta_data.html @@ -1,12 +1,9 @@ +

{{ article.metadata.description }}


-Created: {{ article.metadata.created.strftime('%Y-%m-%d') }} +🗓️ Created: {{ article.metadata.created.strftime('%Y-%m-%d') }} | - - Modified: {{ article.modified.strftime('%Y-%m-%d') }} +Click to see article history" class="grey"> Modified: {{ article.modified.strftime('%Y-%m-%d') }} - -

{{ article.metadata.description }}

diff --git a/blog.node5.net/templates/base.html b/blog.node5.net/templates/base.html index fc0be7d..d064d6b 100644 --- a/blog.node5.net/templates/base.html +++ b/blog.node5.net/templates/base.html @@ -5,6 +5,7 @@ + {% block title_prefix %}{% endblock %}{{title}} -- cgit 1.4.1