Files
florilegium.ink/layouts/_partials/footer.html
2026-03-14 15:44:45 -07:00

11 lines
344 B
HTML

{{ if (isset .Params "next") }}
<a href="/{{ .Params.next }}" class="next"></a>
{{ end }}
<footer>
<p>&copy; <a href="{{ .Site.Params.home }}">{{ .Site.Params.author }}</a> {{ .Site.Params.copyright }}</p>
</footer>
<script src="/js/footnotes.js"></script>
{{ range .Site.Params.customJS }}
<script src="{{ . }}"></script>
{{ end }}