relative paths for scripts and stylesheets

This commit is contained in:
2025-05-23 21:02:12 -07:00
parent 490a94c70d
commit 62b11f6f76
10 changed files with 46 additions and 50 deletions

View File

@ -11,14 +11,14 @@
<title>Zines | FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="/styles/zines.css" />
<link rel="stylesheet" href="../../../styles/main.css" />
<link rel="stylesheet" href="../../../styles/zines.css" />
<!-- The website JavaScript file -->
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/zines.js" data-zinefile="/years/2025/zines.json" defer></script>
<script src="/scripts/wip.js" defer></script>
<script src="../../../scripts/nav.js" defer></script>
<script src="../../../scripts/footer.js" defer></script>
<script src="../../../scripts/zines.js" data-zinefile="/years/2025/zines.json" defer></script>
<script src="../../../scripts/wip.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/zines" />