This commit is contained in:
Madison Scott-Clary
2023-02-16 19:09:51 -08:00
parent e27993047d
commit f394a10571
5 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,10 @@
{{ 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 }}