From ba7fd8ed5809bb73971a9caf6c382c17782e0f60 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 2 Sep 2025 12:03:22 +0200 Subject: makeover --- templates/blog-page.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'templates/blog-page.html') diff --git a/templates/blog-page.html b/templates/blog-page.html index 51f8aba..8ca5835 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -4,19 +4,15 @@ {% block content %} -

{{ page.title }}

-

{{ page.date | date(format="%-d %b %Y") }}

+ {{ page.date | date(format="%-d %b %Y") }} + — {% for tag in page.taxonomies.tags %} #{{ tag }} {% endfor %}

- -
{{ page.content | safe }} {% endblock content %} -- cgit v1.2.3