From 92520ae30fbb4d87235665e8a7e198387d4954aa Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sun, 24 Jan 2021 23:47:05 +0100 Subject: custom honk.html and header.html : easier to honk - header.html: very dirty html to allow easier reach of frequent actions (new post, fetching a thread, settings, @you, your posts... to cite a few) - honk.html: no more 'Actions' dropdown menu to simply reply back to a tweet --- views/header.html | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 views/header.html (limited to 'views/header.html') diff --git a/views/header.html b/views/header.html new file mode 100644 index 0000000..a57dcde --- /dev/null +++ b/views/header.html @@ -0,0 +1,80 @@ + + + + +honk + +{{ if .LocalStyleParam }} + +{{ end }} + + + + + + +
+{{ if .UserInfo }} +
+ menu | + new honk | + fanfare | + home | + fetch | + @me | + my honks | + settings + {{ .UserInfo.Username }} + +
+

+{{ else }} +home +tags +events +about +{{ if .ShowRSS }} +rss +{{ end }} +login +{{ end }} +
-- cgit v1.2.3-70-g09d2