all repos — honk @ 6a2a30ca702f889a47cc3c44b33b32dd3219af97

my fork of honk

fix mecount for the millionth time
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Jun 2023 12:14:11 +0300
commit

6a2a30ca702f889a47cc3c44b33b32dd3219af97

parent

4a59c8dc128d61ad599b4bf135c99151e28f0401

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

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

@@ -25,7 +25,7 @@ {{ if .UserInfo }}

<nav> <ul class="easylinks"> <li><a id="homelink" href="/">home</a> - <li><a id="atmelink" href="/atme">@me{{ if .UserInfo.Options.MeCount }}<span style="padding-left:3px;margin:0;" id=mecount>({{ .UserInfo.Options.MeCount }})</span>{{ end }}</a> + <li><a id="atmelink" href="/atme">@me<span style="padding-left:3px;margin:0;" id=mecount>{{ if .UserInfo.Options.MeCount }}({{ .UserInfo.Options.MeCount }}){{ end }}</span></a> <li><a href="/account">account</a> <li><a href="/honkers">honkers</a> <li><a href="/{{ .UserSep }}/{{ .UserInfo.Name }}">{{ .UserInfo.Name }}</a>