diff options
Diffstat (limited to 'src/http/tpl/base.html')
-rw-r--r-- | src/http/tpl/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index 350bae3..d2399f4 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -105,11 +105,13 @@ <strong>mediocregopher</strong>'s lil web corner <br/> <br/> - <a href="{{ BlogURL "/" }}">Posts</a> + <a href="{{ BlogURL "/" }}">Home</a> + // + <a href="{{ BlogURL "/posts" }}">Posts</a> / <a href="{{ BlogURL "follow" }}">Follow</a> (<a href="{{ BlogURL "feed.xml" }}">RSS</a>) - / + // <a href="{{ StaticURL "wtfpl.txt" }}">License</a> </header> |