mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-20 16:15:09 +00:00
theme: show date in footer even if no author is set #1025
This commit is contained in:
parent
08d2484fa5
commit
c1d16121f2
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue