fix: fix js path for translated pages
This commit is contained in:
parent
4bb63e7a55
commit
9c44a5e8ed
|
|
@ -8,7 +8,7 @@
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Knewave&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Knewave&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="//brick.freetls.fastly.net/Montserrat:300">
|
<link rel="stylesheet" href="//brick.freetls.fastly.net/Montserrat:300">
|
||||||
<link rel="stylesheet" href="/style.css"/>
|
<link rel="stylesheet" href="/style.css"/>
|
||||||
<script type="module" src="js/index.js"></script>
|
<script type="module" src="/js/index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include "lib/nav.html" %}
|
{% include "lib/nav.html" %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue