diff --git a/routes.go b/routes.go
index c041a1c..a59d7c2 100644
--- a/routes.go
+++ b/routes.go
@@ -110,6 +110,7 @@ var funcMap = template.FuncMap{
panic(err)
}
converted := strings.Replace(buf.String(), `href="https://`+host, `href="/`+host, -1)
+ converted = strings.Replace(converted, `-
all time
{{ end }}
- {{ if and (ne .SearchType "Communities") (not (and .Session (not .Posts) (not .Community) (and .Listing "Subscribed"))) }}
+ {{ if and (not .SearchType ) (not (and .Session (not .Posts) (not .Community) (and .Listing "Subscribed"))) }}
popular in:
Everywhere
-
diff --git a/templates/root.html b/templates/root.html
index f111a90..749b411 100644
--- a/templates/root.html
+++ b/templates/root.html
@@ -12,7 +12,7 @@