website-theme/layouts/partials/footer.html
koirand 5e7d82f192 🐶 Changed absolute path to relative path
there is no need to be an absolute path becouse there is a canonifyurls option.
2018-09-25 01:17:56 +09:00

11 lines
363 B
HTML

<footer>
<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>
</footer>
<script src="/js/main.js"></script>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
{{ end }}