2018-09-23 11:11:35 +00:00
|
|
|
<footer>
|
2019-03-23 07:18:03 +00:00
|
|
|
<p>
|
|
|
|
© {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
|
|
|
|
Powered by <a href="https://gohugo.io/">Hugo</a>
|
2020-01-16 03:07:43 +00:00
|
|
|
using a modified version of the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
|
2019-03-23 07:18:03 +00:00
|
|
|
</p>
|
2018-09-23 11:11:35 +00:00
|
|
|
</footer>
|
2020-05-04 20:10:25 +00:00
|
|
|
<script async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="d5c3c357-4915-4d5c-b792-e061b76f8186"></script>
|
2018-09-23 11:11:35 +00:00
|
|
|
{{- range .Site.Params.custom_js -}}
|
2018-09-24 14:39:32 +00:00
|
|
|
<script src="{{ . }}"></script>
|
2018-09-23 11:11:35 +00:00
|
|
|
{{ end }}
|