9 lines
207 B
HTML
9 lines
207 B
HTML
|
<footer>
|
||
|
<p>
|
||
|
© {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }} {{ .Site.Params.taxID }}.
|
||
|
</p>
|
||
|
</footer>
|
||
|
{{- range .Site.Params.custom_js -}}
|
||
|
<script src="{{ . }}"></script>
|
||
|
{{ end }}
|