From efb0e0417c4b290bfa36113b8662f52837bb713e Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 14:48:13 +0000 Subject: Add hashtag search --- templates/search.tmpl | 1 + templates/timeline.tmpl | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/search.tmpl b/templates/search.tmpl index 076858e..481f763 100644 --- a/templates/search.tmpl +++ b/templates/search.tmpl @@ -12,6 +12,7 @@ diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index b3421ba..eb7571b 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -5,8 +5,18 @@ {{if eq .Type "remote"}}
- - + + + + +
+{{end}} + +{{if eq .Type "hashtag"}} +
+ + +
-- cgit v1.2.3