fix script.js src attribute value

prepend the base url to the path of the script.
This commit is contained in:
ray 2020-02-02 21:43:27 +00:00
parent e35bf5f466
commit bddf31ca98
1 changed files with 1 additions and 1 deletions

View File

@ -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>