hugo-theme-relearn/layouts/_default/single.html

13 lines
366 B
HTML
Raw Normal View History

{{ partial "header.html" . }}
{{ .Content }}
2019-08-12 10:29:12 +09:00
<footer class="footline">
2021-08-23 23:57:56 +02:00
{{with .Params.LastModifierDisplayName}}
<i class='fas fa-user'></i> <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a> {{with $.Date}} <i class='fas fa-calendar'></i> {{ .Format "02/01/2006" }}{{end}}
</div>
{{end}}
</footer>
{{ partial "footer.html" . }}