website-theme/layouts/partials/footer.html
2020-10-16 15:18:02 +08:00

13 lines
382 B
HTML

<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
Powered by <a href="https://gohugo.io/">Hugo</a>
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>
</footer>
{{ if .Params.mathjax }}
{{ partial "mathjax_support.html" . }}
{{ end }}
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
{{ end }}