aae/layouts/partials/footer.html

9 lines
207 B
HTML

<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }} {{ .Site.Params.taxID }}.
</p>
</footer>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
{{ end }}