From a33de0a682ae3b902672c060819b1dbebe9b7c94 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 15 Dec 2024 14:56:26 +0100 Subject: [PATCH] avoid trailing / in tag --- personal/_layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personal/_layouts/default.html b/personal/_layouts/default.html index 97795d7..47fc337 100644 --- a/personal/_layouts/default.html +++ b/personal/_layouts/default.html @@ -11,8 +11,8 @@ {% if page.rss %} - - {% if page.category %}{% endif %} + + {% if page.category %}{% endif %} {% endif %} -- 2.30.2