diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-22 12:09:50 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-22 12:09:50 +0100 |
commit | 1cfdac5e8c2ac802275cb29ae9149c55547f38fb (patch) | |
tree | 005d493ab0d235c9b7f2c488343fb10f9642be50 /src/http/tpl/follow.html | |
parent | f536b16e170a5efb5b3bdd720e48100d5d0f83ba (diff) |
Allow url construction to work if blog is under a sub-path
Diffstat (limited to 'src/http/tpl/follow.html')
-rw-r--r-- | src/http/tpl/follow.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 () => { </p> <p> - <a href="{{ BlogURL "feed.xml" }}">{{ BlogURL "feed.xml" }}</a> + <a href="{{ BlogURLAbs "feed.xml" }}">{{ BlogURLAbs "feed.xml" }}</a> </p> <p> |