Compare commits

..

4 commits

Author SHA1 Message Date
2c642a0a30 Theme: Reverse article order on start page
All checks were successful
/ build (pull_request) Successful in 41s
articles are in the past, so sorting them in descending order will result in the most recent being the first item.
2026-06-13 20:01:33 +02:00
9b25368cd3 Theme: Fix doubled "Neuigkeiten" heading 2026-06-13 20:01:33 +02:00
2105eb4eeb Theme: Display articles for 5 days (+6 hours) 2026-06-13 20:01:21 +02:00
d82786784b Add missing location (#163)
All checks were successful
/ build (push) Successful in 15s
Reviewed-on: #163
2026-06-13 13:15:27 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@ title: 'Demo-Aufruf: Überwachungsfrei in Hamburg'
date: '2026-06-20T14:00:00+02:00'
publishDate: '2026-06-13T12:00:00+02:00'
draft: false
location: Hansaplatz
authors:
- stb
tags:

View file

@ -14,11 +14,12 @@
{{- end }}
<div class="infos">
{{ if (eq .Params.categories "event") }}
{{- if (eq .Params.categories "event") }}
<span class="li-space"><i class="fa-solid fa-calendar-day"></i> {{ .Date | time.Format "Mon, 2006-01-02 15:04" }}</span>
{{- else }}
<span class="li-space"><i class="fa-solid fa-newspaper"></i> {{ .Date | time.Format "2006-01-02" }}</span>
{{- end }}
{{- if (eq .Params.categories "event") }}
{{- with .Params.location }}
<span class="li-space">
<i class="fa-solid fa-location-dot"></i>
@ -29,6 +30,7 @@
{{- end -}}
</span>
{{- end }}
{{- end }}
{{- if $showTags }}
{{- with .Page.GetTerms "tags" }}
<span class="li-space"><i class="fa-solid fa-tag"></i>