pi-www-theme-soho/layouts/partials/footer.html

16 lines
483 B
HTML
Raw Normal View History

2020-02-10 20:38:11 +02:00
<footer>
2020-02-18 23:10:16 +02:00
<div>
<p>
2022-04-10 04:29:17 +03:00
🄯 {{ $.Site.Params.Copyleft }} {{ now.Format "2006"}}
2020-06-15 20:52:15 +03:00
{{ with $.Site.Params.License -}}
&middot; <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
{{- end }}
2020-06-15 20:52:15 +03:00
{{ with $.Site.Params.BuiltWith -}}
&middot; Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme
{{- end }}
</p>
2020-02-10 20:38:11 +02:00
</div>
</footer>