2020-02-10 20:38:11 +02:00
|
|
|
<footer>
|
2020-02-18 23:10:16 +02:00
|
|
|
<div>
|
|
|
|
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
|
|
|
·
|
|
|
|
{{ with $.Site.Params.License }}
|
|
|
|
<a href="{{ $.Site.Params.licenseURL }}"
|
|
|
|
target="_blank">{{ . | safeHTML }}</a>
|
|
|
|
{{end}}
|
|
|
|
{{ with $.Site.Params.BuiltWith }}
|
|
|
|
·
|
|
|
|
Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
|
|
|
|
{{end}}
|
2020-02-10 20:38:11 +02:00
|
|
|
</div>
|
|
|
|
</footer>
|