From 1cfdac5e8c2ac802275cb29ae9149c55547f38fb Mon Sep 17 00:00:00 2001
From: Brian Picciano
Date: Sun, 22 Jan 2023 12:09:50 +0100
Subject: Allow url construction to work if blog is under a sub-path
---
src/http/tpl/follow.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/http/tpl')
diff --git a/src/http/tpl/follow.html b/src/http/tpl/follow.html
index eabf8ea..c0e4980 100644
--- a/src/http/tpl/follow.html
+++ b/src/http/tpl/follow.html
@@ -114,7 +114,7 @@ emailSubscribe.onclick = async () => {
- {{ BlogURL "feed.xml" }}
+ {{ BlogURLAbs "feed.xml" }}
--
cgit v1.2.3