From 6b3933282e3aa9803636b2ba580aced5c202eaa9 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 24 Jan 2023 12:40:32 +0100 Subject: Refactor URL construction a bit BlogHTTPURL and BlogGeminiURL are now used specifically to construct absolute URLs to their respective endpoints. --- 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 c0e4980..132706b 100644 --- a/src/http/tpl/follow.html +++ b/src/http/tpl/follow.html @@ -114,7 +114,7 @@ emailSubscribe.onclick = async () => {

- {{ BlogURLAbs "feed.xml" }} + {{ BlogHTTPURL "feed.xml" }}

-- cgit v1.2.3