website/layouts/partials/footer.html

12 lines
309 B
HTML
Raw Normal View History

2020-08-24 01:48:03 -05:00
<footer>
<hr />
2021-01-02 07:08:21 -06:00
{{- partial "inject/footer.html" . -}}
2021-04-14 16:53:36 -05:00
{{- partial "footer_columns.html" . -}}
2020-08-24 01:48:03 -05:00
<p><small>
{{ now.Format "2006" }} &copy; {{ .Site.Copyright | markdownify }}
2020-08-24 01:48:03 -05:00
</small></p>
<p><small>
{{ i18n "themeCopyrightNotice" | safeHTML }}
2020-08-24 01:48:03 -05:00
</small></p>
</footer>