From 4f81627d3e5ae9bbe568a82b8fbd089e6a9128a9 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 18 Jan 2023 21:07:10 +0000 Subject: [PATCH] check tagging on main page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f70ef0..81a44a2 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ title: Home - {{ post.date | date_to_string }} + {{ post.date | date_to_string }} · Tagged: {{ post.tags }} {% if post.excerpt == post.content %} {{ post.content }} {% else %}