Compare commits

..

3 commits

Author SHA1 Message Date
3b5e0bec9a 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 13:11:55 +02:00
f4faa32fc3 Theme: Fix doubled "Neuigkeiten" heading 2026-06-13 13:11:55 +02:00
758fd90ed8 Theme: Display articles for 5 days (+6 hours) 2026-06-13 13:11:55 +02:00
2 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,6 @@ 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,12 +14,11 @@
{{- 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>
@ -30,7 +29,6 @@
{{- end -}}
</span>
{{- end }}
{{- end }}
{{- if $showTags }}
{{- with .Page.GetTerms "tags" }}
<span class="li-space"><i class="fa-solid fa-tag"></i>