From 4b8b293903b0bfd1dddf991decf6ef47d2f9f9c5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 7 Feb 2022 02:03:02 +0100 Subject: [PATCH] add date --- blog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog.html b/blog.html index 84502e75..994e5225 100644 --- a/blog.html +++ b/blog.html @@ -13,7 +13,10 @@ title: Blog {{ post.title }} {{ post.excerpt }} + + {{ post.date | date_to_string }} | {% include partial/publisher_ref.html pub=post.publisher %} + {% endfor %}