From 254c3b69981501d0082bbf23fa0a4aee3c100583 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 20 Jan 2023 02:08:08 +0100 Subject: [PATCH] fix list style --- _layouts/plugin.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 1000c92d..bb62c0dc 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -25,20 +25,20 @@ fullwith: true

Categories

-
    +
+

Tags

-
    +
      {% for tag in page.tags %}
    • {{ tag }}
    • {% endfor %} -
+