13 lines
520 B
HTML
13 lines
520 B
HTML
<footer>
|
|
<hr />
|
|
{{- partial "inject/footer.html" . -}}
|
|
{{- partial "footer_columns.html" . -}}
|
|
<p><small>
|
|
{{ now.Format "2006" }} © {{ .Site.Copyright | markdownify }}
|
|
</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>
|