Files
florilegium.ink/layouts/partials/footer.html
Madison Scott-Clary f394a10571 Seasons
2023-02-16 19:09:51 -08: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 }}