From c1d16121f242c6c46011a65662e288f8a7183d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de> Date: Tue, 18 Feb 2025 07:54:54 +0100 Subject: [PATCH] theme: show date in footer even if no author is set #1025 --- layouts/partials/content-footer.html | 4 ++-- layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/content-footer.html b/layouts/partials/content-footer.html index a9da49997a..f7859096cb 100644 --- a/layouts/partials/content-footer.html +++ b/layouts/partials/content-footer.html @@ -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" . diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 184bcf969c..e66f91daf4 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+d11139ac93113533dbab21f36ac6876c85377117 \ No newline at end of file +7.3.2+08d2484fa5f49e95464433c24524243e59892b13 \ No newline at end of file