wantsum/layouts/partials/footer.html
Alexandre Vicenzi b607c6857a Layout improvements
- Tagline
- Share buttons
- JSON LD
- Tags
- Style Fixes
2020-10-17 14:40:58 +02:00

15 lines
486 B
HTML

<footer>
<div>
<p>
&copy; {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
{{ with $.Site.Params.License -}}
&middot; <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
{{- end }}
{{ 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>
</div>
</footer>