website-theme/layouts/partials/footer.html

12 lines
507 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 a modified version of the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
2019-03-23 03:18:03 -04:00
</p>
2018-09-23 07:11:35 -04:00
</footer>
2021-08-05 21:56:05 -04:00
<script async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="41f92524-47ad-497b-b342-a8c296e4b11b"></script>
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 }}