fix script.js path.

change relative path of js/script.js to absolute path.
This commit is contained in:
ray 2020-02-02 21:22:24 +00:00
parent 7709817602
commit 655cb65d46
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="/js/script.js"></script>
</body>
</html>