diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:37:02 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:37:02 -0600 |
commit | 0361b1d4bf69cf35f33ab0672c72957d0d5499da (patch) | |
tree | 608c92e7881fa8a83ba41cbda71463a4065e6d03 /srv | |
parent | 5a58890228cbc2b69069a6e2c71c4e3bc3d3fc07 (diff) |
Fix annoying underline next to follow button
Diffstat (limited to 'srv')
-rw-r--r-- | srv/src/http/tpl/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/srv/src/http/tpl/base.html b/srv/src/http/tpl/base.html index e619483..ff585b1 100644 --- a/srv/src/http/tpl/base.html +++ b/srv/src/http/tpl/base.html @@ -34,8 +34,7 @@ <button class="button-primary"> <i class="far fa-envelope"></i> Follow - </button> - </a> + </button><!-- no space here, or there's a weird underline --></a> <a href="{{ BlogURL "feed.xml" }}"> <button class="button"> |