Website-Redesign/layouts/partials/footer.html

13 lines
520 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>
<a href="https://gitlab.com/gabmus/hugo-ficurinia">Ficurinia theme</a> for <a href="https://gohugo.io">Hugo</a> by <a href="https://gabmus.org">Gabriele Musco</a>.
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3</a>.
</small></p>
</footer>