website/layouts/partials/footer.html

11 lines
419 B
HTML

<footer>
<hr />
<p><small>
{{ now.Format "2006" }} &copy; {{ .Site.Copyright }}
</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>