diff --git a/templates/nav.html b/templates/nav.html index 59be105..6712094 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -10,9 +10,11 @@ | {{ $host := .Host }} {{ range $i, $c := .TopCommunities}} + {{ if or (ne $state.Listing "Local") $c.Community.Local }} {{$c.Community.Name}} - {{ end }} + {{ end }} more ยป