add craftering to the layout
This commit is contained in:
parent
8202b69b33
commit
0de1114de8
2 changed files with 12 additions and 0 deletions
|
@ -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"
|
|
@ -313,6 +313,13 @@
|
|||
</div>
|
||||
</div> -->
|
||||
<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 ⟵ </a>
|
||||
<a href="{{config.extra.craftering.url}}"> Craftering </a>
|
||||
<a href="{{config.extra.craftering.url}}/{{config.extra.craftering.slug}}/next"> ⟶ next</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="border-gray-300 flex flex-col items-center">
|
||||
<div class="sm:w-2/3 text-center py-6">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue