diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-29 21:39:01 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-29 21:39:01 +0100 |
commit | b4d6133626c89439cd951d75f81be22d4d5d2079 (patch) | |
tree | d65ad3e0bbcfbd72ad9ede53126251172ebbab7a | |
parent | 7943865cc66b80eb54e06ec304bccef0d3a44151 (diff) |
Small changes to header
-rw-r--r-- | src/http/tpl/base.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index d2399f4..dbfdbb0 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -110,7 +110,8 @@ <a href="{{ BlogURL "/posts" }}">Posts</a> / <a href="{{ BlogURL "follow" }}">Follow</a> - (<a href="{{ BlogURL "feed.xml" }}">RSS</a>) + / + <a href="{{ BlogURL "feed.xml" }}">RSS</a> // <a href="{{ StaticURL "wtfpl.txt" }}">License</a> </header> @@ -136,7 +137,7 @@ .fuck-it-up { - color: var(--nc-lk-1); + color: var(--nc-tx-1); font-family:Courier,monospace; font-weight: bold; font-size:0.18rem; |