From 6d3b8739287f8f1c89211b1c785342c2ce9050f5 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 1 Nov 2023 21:02:09 +0100 Subject: pokpok --- templates/blog-article.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'templates/blog-article.html') diff --git a/templates/blog-article.html b/templates/blog-article.html index ccdd019..52d054c 100644 --- a/templates/blog-article.html +++ b/templates/blog-article.html @@ -1,17 +1,21 @@ {% extends "base.html" %} +{% block title %} +{{ page.title }} - {{ config.title }} +{% endblock %} + {% block content %}
-

{{ page.title }}

-
-

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

-

- {% for tag in page.taxonomies["tags"] %} - #{{ tag }} - {%- endfor %} -

-
+

{{ page.title }}

+
+

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

+

+ {% for tag in page.taxonomies["tags"] %} + #{{ tag }} + {%- endfor %} +

+
-- cgit