From 3511ace963929eb855f62a2e58bd91ba02408fa7 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 11 Mar 2024 15:35:49 +0100 Subject: article add link to git --- blog.node5.net/templates/article.html | 6 ++++-- blog.node5.net/templates/folder.html | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/blog.node5.net/templates/article.html b/blog.node5.net/templates/article.html index 36a696d..0e8df72 100644 --- a/blog.node5.net/templates/article.html +++ b/blog.node5.net/templates/article.html @@ -12,7 +12,9 @@ | - M - {{ article.modified.strftime('%Y-%m-%d') }} + + M + {{ article.modified.strftime('%Y-%m-%d') }} + {{ article.html|safe }} {% endblock %} diff --git a/blog.node5.net/templates/folder.html b/blog.node5.net/templates/folder.html index b441b44..2ca0d6d 100644 --- a/blog.node5.net/templates/folder.html +++ b/blog.node5.net/templates/folder.html @@ -22,8 +22,11 @@ | - M - {{ article.modified.strftime('%Y-%m-%d') }} + + + M + {{ article.modified.strftime('%Y-%m-%d') }} +

{{ article.metadata.description }}

-- cgit v1.3.1