mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
12 lines
354 B
HTML
12 lines
354 B
HTML
{{ partial "header.html" . }}
|
|
|
|
{{ .Content }}
|
|
|
|
<footer class="footline">
|
|
{{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" . }}
|