all repos — honk @ 25e4eafabd12a1f5db9976d1677f65c4aa7c468c

my fork of honk

rss link is cluttering up header
Ted Unangst tedu@tedunangst.com
Sun, 26 May 2019 16:05:59 -0400
commit

25e4eafabd12a1f5db9976d1677f65c4aa7c468c

parent

cc077ec2e471ca3c46c7be8550f66c4263f26fe4

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M views/header.htmlviews/header.html

@@ -12,9 +12,6 @@ </head>

<body> <header> <span><a href="/">honk</a></span> -{{ if .ShowRSS }} -<span><a href="/rss">rss</a></span> -{{ end }} {{ if .UserInfo }} <span><a href="/atme">@me</a></span> <span><a href="/u/{{ .UserInfo.Username }}">{{ .UserInfo.Username }}</a></span>

@@ -23,6 +20,9 @@ <span><a href="/c">combos</a></span>

<span><a href="/killzone">killzone</a></span> <span><a href="/account">account</a></span> {{ else }} +{{ if .ShowRSS }} +<span><a href="/rss">rss</a></span> +{{ end }} <span><a href="/login">login</a></span> {{ end }} </header>