hugo-theme-relearn/layouts/partials/content-footer.html
Sören Weber b2e07af42d
docs: make usage of icons unique #671
the category icon was also used inverted as the toc icon
2023-10-03 21:51:02 +02:00

11 lines
No EOL
436 B
HTML

{{- with .Params.LastModifierDisplayName }}
<i class='fas fa-user'></i> {{ with $.Params.LastModifierEmail }}<a href="mailto:{{ . }}">{{ end }}{{ . }}{{ with $.Params.LastModifierEmail }}</a>{{ end }}
{{- with $.Date }}
<i class='fas fa-calendar'></i> {{ . | time.Format ":date_medium" }}
{{- end }}
{{- end }}
{{- partial "term-list.html" (dict
"page" .
"taxonomy" "categories"
"icon" "cubes"
) }}