From d3fb375420ea040a381027b19af33faeea65c473 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 21 Nov 2023 21:26:28 +0100 Subject: change date formatting and add date to post titles --- templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 61dd22f..e7504f4 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@ {% block content %}
-

{{ page.title }}

+

{{ page.date | date(format="%Y/%m/%d") }} - {{ page.title }}

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