fix: fix js path for translated pages

This commit is contained in:
Corentin 2024-05-21 15:16:56 +02:00
parent 4bb63e7a55
commit 9c44a5e8ed
1 changed files with 1 additions and 1 deletions

View File

@ -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" %}