Help Yourself To Helf Honks
published: [nandalism home] (dark light)
A Change in Menu Template
Change your copy of views/header.html to make your username a link to your own posts. (This functionality is under [more-stuff/my honks] but hard to reach).
Clicking on your username, in the open menu, will take you to your posts page.
Keep the &
$ diff views/header.html - <summary>menu<span> {{ .UserInfo.Name }}</span></summary> + <summary>menu<span> <a href="/{{ .UserSep }}/{{ .UserInfo.Name }}">{{ .UserInfo.Name }}</a></span></summary>