From be166899c5276cc36a75fd70a16e075699f1b850 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sat, 13 Apr 2024 18:18:34 +0200 Subject: [PATCH] fix: date wasn't using date macro in tag page Signed-off-by: Louis Vallat --- templates/macros/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/post.html b/templates/macros/post.html index 469e6e0..f886c71 100644 --- a/templates/macros/post.html +++ b/templates/macros/post.html @@ -80,7 +80,7 @@ {% endif -%}
  • - + {{ post_macros::date(page=page) }} :: {{ page.title }} {{ post_macros::tags(page=page, short=true) }}