Compare commits
5 commits
851166b5d6
...
e334e896a8
Author | SHA1 | Date | |
---|---|---|---|
e334e896a8 | |||
33154e80d2 | |||
8cae9bfc9a | |||
bafdbac47e | |||
364ec75a45 |
4 changed files with 4 additions and 6 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
cleanup-staging:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:20-bookworm
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
steps:
|
||||
- name: Pipeline info PR
|
||||
run: |
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: hugomods/hugo:exts
|
||||
image: hugomods/hugo:exts-0.148.1
|
||||
steps:
|
||||
- name: Pipeline info
|
||||
run: |
|
||||
|
|
|
@ -4,6 +4,8 @@ defaultContentLanguage = 'de'
|
|||
timeZone = 'Europe/Berlin'
|
||||
title = 'CCC Hansestadt Hamburg e.V.'
|
||||
theme = 'ccchh'
|
||||
capitalizeListTitles = false
|
||||
pluralizeListTitles = false
|
||||
|
||||
cleanDestinationDir = true
|
||||
enableGitInfo = true
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
<article class="blog">
|
||||
{{- partial "blog-header.html" (dict "headingLink" true "level" 2 "page" . ) }}
|
||||
<section>
|
||||
{{- if in .RawContent "<!--more--> " }}
|
||||
{{ .Summary | safeHTML }}
|
||||
{{- else }}
|
||||
<p>{{ .Summary | safeHTML }}</p>
|
||||
{{- end }}
|
||||
{{- if .Truncated }}
|
||||
<div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div>
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue