Compare commits
3 commits
2c642a0a30
...
3b5e0bec9a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b5e0bec9a | |||
| f4faa32fc3 | |||
| 758fd90ed8 |
2 changed files with 1 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ title: 'Demo-Aufruf: Überwachungsfrei in Hamburg'
|
||||||
date: '2026-06-20T14:00:00+02:00'
|
date: '2026-06-20T14:00:00+02:00'
|
||||||
publishDate: '2026-06-13T12:00:00+02:00'
|
publishDate: '2026-06-13T12:00:00+02:00'
|
||||||
draft: false
|
draft: false
|
||||||
location: Hansaplatz
|
|
||||||
authors:
|
authors:
|
||||||
- stb
|
- stb
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
|
|
@ -14,12 +14,11 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
<div class="infos">
|
<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>
|
<span class="li-space"><i class="fa-solid fa-calendar-day"></i> {{ .Date | time.Format "Mon, 2006-01-02 15:04" }}</span>
|
||||||
{{- else }}
|
{{- else }}
|
||||||
<span class="li-space"><i class="fa-solid fa-newspaper"></i> {{ .Date | time.Format "2006-01-02" }}</span>
|
<span class="li-space"><i class="fa-solid fa-newspaper"></i> {{ .Date | time.Format "2006-01-02" }}</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if (eq .Params.categories "event") }}
|
|
||||||
{{- with .Params.location }}
|
{{- with .Params.location }}
|
||||||
<span class="li-space">
|
<span class="li-space">
|
||||||
<i class="fa-solid fa-location-dot"></i>
|
<i class="fa-solid fa-location-dot"></i>
|
||||||
|
|
@ -30,7 +29,6 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</span>
|
</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- if $showTags }}
|
{{- if $showTags }}
|
||||||
{{- with .Page.GetTerms "tags" }}
|
{{- with .Page.GetTerms "tags" }}
|
||||||
<span class="li-space"><i class="fa-solid fa-tag"></i>
|
<span class="li-space"><i class="fa-solid fa-tag"></i>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue