diff --git a/honk.go b/honk.go index ea5459e..d381de8 100644 --- a/honk.go +++ b/honk.go @@ -169,8 +169,10 @@ func homepage(w http.ResponseWriter, r *http.Request) { } else { userid = u.UserID if r.URL.Path == "/atme" { + templinfo["PageName"] = "atme" honks = gethonksforme(userid) } else { + templinfo["PageName"] = "home" honks = gethonksforuser(userid) honks = osmosis(honks, userid) } diff --git a/views/honkpage.html b/views/honkpage.html index a71bb7a..951631a 100644 --- a/views/honkpage.html +++ b/views/honkpage.html @@ -14,9 +14,9 @@ {{ if .TopXID }}