use full community name in top header links. fixes #10

This commit is contained in:
Ryan Stafford 2023-07-05 14:50:52 -04:00
parent c105dfc900
commit 2b5349466a

View file

@ -6,7 +6,7 @@
|
{{ $host := .Host }}
{{ range $i, $c := .TopCommunities}}
<a href="/{{$host}}/c/{{$c.Community.Name}}">{{$c.Community.Name}}</a>
<a href="/{{$host}}/c/{{fullcname $c.Community}}">{{$c.Community.Name}}</a>
<span> - </span>
{{ end }}
<a href="/{{$host}}/search?searchtype=Communities" class="more">more »</a>