call home link home

This commit is contained in:
Ted Unangst 2019-09-13 13:54:29 -04:00
parent cba1a5d297
commit acd324d0ff
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</head> </head>
<body> <body>
<header> <header>
<span><a id="homelink" href="/">honk</a></span> <span><a id="homelink" href="/">home</a></span>
{{ if .UserInfo }} {{ if .UserInfo }}
<span><a id="atmelink" href="/atme">@me</a></span> <span><a id="atmelink" href="/atme">@me</a></span>
<span><a href="/{{ .UserSep }}/{{ .UserInfo.Username }}">{{ .UserInfo.Username }}</a></span> <span><a href="/{{ .UserSep }}/{{ .UserInfo.Username }}">{{ .UserInfo.Username }}</a></span>