Compare commits
4 commits
3b5e0bec9a
...
2c642a0a30
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c642a0a30 | |||
| 9b25368cd3 | |||
| 2105eb4eeb | |||
| d82786784b |
2 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue