2016-03-17 12:01:39 +01:00
|
|
|
{{ partial "header.html" . }}
|
2017-07-27 21:42:07 +02:00
|
|
|
|
2016-03-17 12:01:39 +01:00
|
|
|
{{ .Content }}
|
2017-07-27 21:42:07 +02:00
|
|
|
|
2019-08-12 10:29:12 +09:00
|
|
|
<footer class="footline">
|
2017-07-27 21:42:07 +02:00
|
|
|
{{with .Params.LastModifierDisplayName}}
|
2018-02-19 11:10:41 +00:00
|
|
|
<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}}
|
2017-07-27 21:42:07 +02:00
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
</footer>
|
|
|
|
|
2016-03-17 12:01:39 +01:00
|
|
|
{{ partial "footer.html" . }}
|