Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes Kimmel 9f60633600 hugo-book: re-add section summaries
The `{{< section >}}` shortcode default changed to not render the summaries.
Add summaries back by adding the `summary` option to the shortcode.
2024-05-13 19:26:15 +02:00
Johannes Kimmel fdda93203d hugo-book: update 2024-05-13 18:33:05 +02:00
7 changed files with 8 additions and 8 deletions

View File

@ -7,5 +7,5 @@ Auf dieser Seite findet sich eine Sammlung von Wissen und Anleitungen über Frei
<!--more-->
{{< section >}}
{{< section summary >}}

View File

@ -4,4 +4,4 @@ bookCollapseSection: true
date: 2022-12-01T17:25:00+01:00
---
{{< section >}}
{{< section summary >}}

View File

@ -8,4 +8,4 @@ date: 2022-11-17T23:31:38+01:00
<!--more-->
{{< section >}}
{{< section summary >}}

View File

@ -7,4 +7,4 @@ Sammlung an Themen rund um die Technik und Konzepte im Freifunk Franken Netz
<!--more-->
{{< section >}}
{{< section summary >}}

View File

@ -7,7 +7,7 @@ Einblick in die Technik der node-firmware
<!--more-->
{{< section >}}
{{< section summary >}}

2
go.mod
View File

@ -2,4 +2,4 @@ module git.freifunk-franken.de/freifunk-franken/docs
go 1.19
require github.com/alex-shpak/hugo-book v0.0.0-20221111100854-d5b75f4fb3aa // indirect
require github.com/alex-shpak/hugo-book v0.0.0-20240413091959-f8a0fc4e246c // indirect

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/alex-shpak/hugo-book v0.0.0-20221111100854-d5b75f4fb3aa h1:VthswmcR+7NtpamidIRuFq+8JRAz4v+s7xVJ0MmeLqM=
github.com/alex-shpak/hugo-book v0.0.0-20221111100854-d5b75f4fb3aa/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=
github.com/alex-shpak/hugo-book v0.0.0-20240413091959-f8a0fc4e246c h1:NB5qoQkSUWrr70ZUXqLHpStDBQ5fA/g9yGB3eCuYfkU=
github.com/alex-shpak/hugo-book v0.0.0-20240413091959-f8a0fc4e246c/go.mod h1:L4NMyzbn15fpLIpmmtDg9ZFFyTZzw87/lk7M2bMQ7ds=