mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 09:08:48 +08:00
theme: show date in footer even if no author is set #1025
This commit is contained in:
parent
08d2484fa5
commit
c1d16121f2
@ -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" .
|
||||
|
@ -1 +1 @@
|
||||
7.3.2+d11139ac93113533dbab21f36ac6876c85377117
|
||||
7.3.2+08d2484fa5f49e95464433c24524243e59892b13
|
Loading…
x
Reference in New Issue
Block a user