theme: show date in footer even if no author is set #1025

This commit is contained in:
Sören Weber 2025-02-18 07:54:54 +01:00
parent 08d2484fa5
commit c1d16121f2
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 3 additions and 3 deletions

View file

@ -25,9 +25,9 @@
{{- end }}
{{- if $LastModifierDisplayName }}
<i class='fa-fw fas fa-user'></i> {{ with $LastModifierEmail }}<a href="mailto:{{ . }}">{{ end }}{{ $LastModifierDisplayName }}{{ with $LastModifierEmail }}</a>{{ end }}
{{- with $Date }}
{{- end }}
{{- with $Date }}
<i class='fa-fw fas fa-calendar'></i> {{ . }}
{{- end }}
{{- end }}
{{- partial "term-list.html" (dict
"page" .

View file

@ -1 +1 @@
7.3.2+d11139ac93113533dbab21f36ac6876c85377117
7.3.2+08d2484fa5f49e95464433c24524243e59892b13