From 1b2118dddda3cf2c1c6e9d9d9e0d48bca9e0fde6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 6 Oct 2024 21:00:52 +0200 Subject: [PATCH] cleanup --- exampleSite/content/posts/features/theming/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/content/posts/features/theming/index.md b/exampleSite/content/posts/features/theming/index.md index eca171f..79041b4 100644 --- a/exampleSite/content/posts/features/theming/index.md +++ b/exampleSite/content/posts/features/theming/index.md @@ -92,3 +92,5 @@ The font registration is done in the `custom.css` file. There are also a few cus --code-font-family: "DancingScript"; } ``` + +Happy customizing!