website-theme/layouts/partials/footer.html

11 lines
304 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>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
2018-09-23 07:11:35 -04:00
{{ end }}