Seasons
This commit is contained in:
10
layouts/partials/footer.html
Normal file
10
layouts/partials/footer.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ if (isset .Params "next") }}
|
||||
<a href="/{{ .Params.next }}" class="next">→</a>
|
||||
{{ end }}
|
||||
<footer>
|
||||
<p>© <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 }}
|
||||
Reference in New Issue
Block a user