add craftering to the layout

This commit is contained in:
Peter Tillemans 2024-04-06 02:52:18 +02:00
parent 8202b69b33
commit 0de1114de8
2 changed files with 12 additions and 0 deletions

View file

@ -28,6 +28,7 @@ feed_filename = "rss.xml"
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true highlight_code = true
[extra] [extra]
enable_search = true enable_search = true
enable_sidebar = false 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_512 = "/icons/android-chrome-512x512.png"
android_chrome_192 = "/icons/android-chrome-192x192.png" android_chrome_192 = "/icons/android-chrome-192x192.png"
manifest = "/icons/site.webmanifest" manifest = "/icons/site.webmanifest"
[extra.craftering]
url = "https://craftering.shom.dev"
slug = "@snamellit"

View file

@ -313,6 +313,13 @@
</div> </div>
</div> --> </div> -->
<div class="mt-16 border-t-2 border-gray-300 flex flex-col items-center"> <div class="mt-16 border-t-2 border-gray-300 flex flex-col items-center">
<div class="sm:w-2/3 text-center py-6 text-black dark:text-white font-bold mb-2">
<a href="{{config.extra.craftering.url}}/{{config.extra.craftering.slug}}/previous">previous &#x27f5 </a>
<a href="{{config.extra.craftering.url}}"> Craftering </a>
<a href="{{config.extra.craftering.url}}/{{config.extra.craftering.slug}}/next"> &#x27f6 next</a>
</div>
</div>
<div class="border-gray-300 flex flex-col items-center">
<div class="sm:w-2/3 text-center py-6"> <div class="sm:w-2/3 text-center py-6">
<p class="text-sm text-black dark:text-white font-bold mb-2"> <p class="text-sm text-black dark:text-white font-bold mb-2">
© 2023 <a href="https://www.getzola.org/themes/blow/">blow</a> theme made with <a href="https://tailwindcss.com/" target="_blank">tailwindcss</a> for <a href="https://www.getzola.org/" target="_blank">Zola</a> © 2023 <a href="https://www.getzola.org/themes/blow/">blow</a> theme made with <a href="https://tailwindcss.com/" target="_blank">tailwindcss</a> for <a href="https://www.getzola.org/" target="_blank">Zola</a>