aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--templates/read-feeds.html2
-rw-r--r--templates/unread-feeds.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/read-feeds.html b/templates/read-feeds.html
index 8d964f0..08a2626 100644
--- a/templates/read-feeds.html
+++ b/templates/read-feeds.html
@@ -29,7 +29,7 @@
</ul>
</main>
</div>
- <script>window.BASE_PATH = `{{.BasePath}}`;</script>
+ <script>window.BASE_PATH = "{{.BasePath}}";</script>
<script src="{{.BasePath}}/static/index.js" type="module" defer></script>
</body>
</html>
diff --git a/templates/unread-feeds.html b/templates/unread-feeds.html
index e744aae..676f24e 100644
--- a/templates/unread-feeds.html
+++ b/templates/unread-feeds.html
@@ -29,7 +29,7 @@
</ul>
</main>
</div>
- <script>window.BASE_PATH = `{{.BasePath}}`;</script>
+ <script>window.BASE_PATH = "{{.BasePath}}";</script>
<script src="{{.BasePath}}/static/index.js" type="module" defer></script>
</body>
</html>