mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
use full community name in top header links. fixes #10
This commit is contained in:
parent
c105dfc900
commit
2b5349466a
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue