website-theme/layouts/partials/footer.html

11 lines
304 B
HTML
Raw Normal View History

2018-09-23 11:11:35 +00:00
<footer>
2019-03-23 07:18:03 +00: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 11:11:35 +00:00
</footer>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
2018-09-23 11:11:35 +00:00
{{ end }}