mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-22 00:06:30 -05:00
13 lines
382 B
HTML
13 lines
382 B
HTML
<footer>
|
|
<p>
|
|
© {{ .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 }}
|