aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/unread-feeds.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-12-18 20:09:35 +0900
committernsfisis <nsfisis@gmail.com>2024-12-18 20:09:35 +0900
commit6af7a23d766d10abc7be15a801ddd04a52d50f60 (patch)
tree7b3fdbfce81c4733ae080c1de0de65017b0933cf /templates/unread-feeds.html
parenta3cb00e5ae96ba92333746746b1e224ddc726145 (diff)
downloadfeedaka-6af7a23d766d10abc7be15a801ddd04a52d50f60.tar.gz
feedaka-6af7a23d766d10abc7be15a801ddd04a52d50f60.tar.zst
feedaka-6af7a23d766d10abc7be15a801ddd04a52d50f60.zip
fix: conflict between js template literal and golang template notation
Diffstat (limited to 'templates/unread-feeds.html')
-rw-r--r--templates/unread-feeds.html2
1 files changed, 1 insertions, 1 deletions
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>