diff --git a/.forgejo/workflows/cleanup.yaml b/.forgejo/workflows/cleanup.yaml index 4b5256d..bf17be8 100644 --- a/.forgejo/workflows/cleanup.yaml +++ b/.forgejo/workflows/cleanup.yaml @@ -7,7 +7,7 @@ jobs: cleanup-staging: runs-on: docker container: - image: code.forgejo.org/oci/node:22-bookworm + image: code.forgejo.org/oci/node:20-bookworm steps: - name: Pipeline info PR run: | diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 65befb1..247956f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: docker container: - image: hugomods/hugo:exts-0.148.1 + image: hugomods/hugo:exts steps: - name: Pipeline info run: | diff --git a/hugo.toml b/hugo.toml index 3b2548b..3b5ff03 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,8 +4,6 @@ defaultContentLanguage = 'de' timeZone = 'Europe/Berlin' title = 'CCC Hansestadt Hamburg e.V.' theme = 'ccchh' -capitalizeListTitles = false -pluralizeListTitles = false cleanDestinationDir = true enableGitInfo = true diff --git a/themes/ccchh/layouts/_default/summary.html b/themes/ccchh/layouts/_default/summary.html index 80afafd..e37c9a6 100644 --- a/themes/ccchh/layouts/_default/summary.html +++ b/themes/ccchh/layouts/_default/summary.html @@ -1,7 +1,11 @@
{{- partial "blog-header.html" (dict "headingLink" true "level" 2 "page" . ) }}
+ {{- if in .RawContent " " }} {{ .Summary | safeHTML }} + {{- else }} +

{{ .Summary | safeHTML }}

+ {{- end }} {{- if .Truncated }} {{- end }}