fix: chat widget paths → /static/chat.js
This commit is contained in:
parent
72b5b59fe2
commit
170de7fc19
|
|
@ -107,8 +107,8 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/chat.css">
|
<link rel="stylesheet" href="/static/chat.css">
|
||||||
<script src="/chat.js"></script>
|
<script src="/static/chat.js"></script>
|
||||||
{{block "scripts" .}}{{end}}
|
{{block "scripts" .}}{{end}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue