aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/read-feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/read-feeds.html')
-rw-r--r--templates/read-feeds.html2
1 files changed, 1 insertions, 1 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>