🐶 Changed absolute path to relative path

there is no need to be an absolute path becouse there is a canonifyurls option.
This commit is contained in:
koirand 2018-09-24 23:39:32 +09:00
parent f1de1742c5
commit 5e7d82f192
5 changed files with 14 additions and 14 deletions

View file

@ -1,11 +1,11 @@
<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }}.
Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a>
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="{{ .Site.BaseURL }}js/main.js"></script>
<script src="/js/main.js"></script>
{{- range .Site.Params.custom_js -}}
<script src="{{ $.Site.BaseURL }}{{ . }}"></script>
<script src="{{ . }}"></script>
{{ end }}