diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 14:32:31 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-20 14:32:31 -0600 |
commit | ae1fa76efc0d771ca50dede367bd228ce9f7b969 (patch) | |
tree | 2ff2a5378d94612ed4eb15b7c9699ec5dbe7b09d /srv/src/http/tpl/base.html | |
parent | af434077ef3a971494fb0bc69ec9617c3b365abd (diff) |
Rename follow.html to follow
Diffstat (limited to 'srv/src/http/tpl/base.html')
-rw-r--r-- | srv/src/http/tpl/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/src/http/tpl/base.html b/srv/src/http/tpl/base.html index e209034..5955bee 100644 --- a/srv/src/http/tpl/base.html +++ b/srv/src/http/tpl/base.html @@ -31,7 +31,7 @@ <div class="five columns light"> <span style="display:block; margin-bottom:0.5rem;">Get notified when new posts are published!</span> - <a href="{{ BlogURL "follow.html" }}"> + <a href="{{ BlogURL "follow" }}"> <button class="button-primary"> <i class="far fa-envelope"></i> Follow |