website-theme/layouts/partials/footer.html

14 lines
396 B
HTML
Raw Normal View History

2018-09-23 07:11:35 -04:00
<footer>
2019-03-23 03:18:03 -04:00
<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>
2018-09-23 07:11:35 -04:00
</footer>
2020-11-01 07:17:06 -05:00
{{ if .Params.math .Site.Params.math}}
2020-10-16 03:18:02 -04:00
{{ partial "mathjax_support.html" . }}
{{ end }}
2018-09-23 07:11:35 -04:00
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
2018-09-23 07:11:35 -04:00
{{ end }}