From 0de1114de87d68431bf97b509107d33ff6ac9d85 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 6 Apr 2024 02:52:18 +0200 Subject: [PATCH] add craftering to the layout --- config.toml | 5 +++++ templates/layout.html | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/config.toml b/config.toml index be6d336..9cbdb81 100644 --- a/config.toml +++ b/config.toml @@ -28,6 +28,7 @@ feed_filename = "rss.xml" # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true + [extra] enable_search = true enable_sidebar = false @@ -103,3 +104,7 @@ apple_touch_icon = "/icons/apple-touch-icon.png" android_chrome_512 = "/icons/android-chrome-512x512.png" android_chrome_192 = "/icons/android-chrome-192x192.png" manifest = "/icons/site.webmanifest" + +[extra.craftering] +url = "https://craftering.shom.dev" +slug = "@snamellit" \ No newline at end of file diff --git a/templates/layout.html b/templates/layout.html index 1235dad..7255356 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -313,6 +313,13 @@ -->
+ +
+

© 2023 blow theme made with tailwindcss for Zola