Theme: Fix doubled "Neuigkeiten" heading
All checks were successful
/ build (pull_request) Successful in 42s
All checks were successful
/ build (pull_request) Successful in 42s
This commit is contained in:
parent
22ac93080c
commit
1952497883
3 changed files with 11 additions and 12 deletions
|
|
@ -14,7 +14,11 @@
|
|||
{{- end }}
|
||||
|
||||
<div class="infos">
|
||||
{{ 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 }}
|
||||
{{- with .Params.location }}
|
||||
<span class="li-space">
|
||||
<i class="fa-solid fa-location-dot"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue