fix script.js src attribute value
prepend the base url to the path of the script.
This commit is contained in:
parent
e35bf5f466
commit
bddf31ca98
|
@ -108,7 +108,7 @@
|
|||
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
|
||||
<script src="/js/script.js"></script>
|
||||
<script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue