2016-03-17 12:01:39 +01:00
|
|
|
{{ partial "header.html" . }}
|
2017-07-27 21:42:07 +02:00
|
|
|
|
2021-08-24 21:59:46 +01:00
|
|
|
{{ partial "content.html" . }}
|
2017-07-27 21:42:07 +02:00
|
|
|
|
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}}
|
2017-07-27 21:42:07 +02:00
|
|
|
</footer>
|
|
|
|
|
2016-03-17 12:01:39 +01:00
|
|
|
{{ partial "footer.html" . }}
|