diff options
-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; |