website-theme/layouts/partials/footer.html

12 lines
363 B
HTML
Raw Normal View History

2018-09-23 07:11:35 -04:00
<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
Powered by <a href="https://gohugo.io/">Hugo</a>
2018-09-23 07:11:35 -04:00
using the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>
</footer>
<script src="/js/main.js"></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 }}