From 44fab6cc36719d5da62f3cb80daea71eb47f596b Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 21:45:04 +0100 Subject: [PATCH 1/2] sublist styling --- content/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/style.scss b/content/style.scss index 41b800e..fecb6cd 100644 --- a/content/style.scss +++ b/content/style.scss @@ -67,6 +67,12 @@ body { list-style-position: outside; } + ol ol, + ol ul, + ul ol, + ul ul { + padding-left: 1rem; + } ol p, ul p { From 264319f217a47b3a80e6712e92723bd20bddba39 Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 21:47:02 +0100 Subject: [PATCH 2/2] add meta description --- content/layouts/base.njk | 1 + 1 file changed, 1 insertion(+) diff --git a/content/layouts/base.njk b/content/layouts/base.njk index 1485f96..93c4f85 100644 --- a/content/layouts/base.njk +++ b/content/layouts/base.njk @@ -26,6 +26,7 @@ {%if tags.includes("blogpost")%} {%if description %} + {% endif %}