better link anchors

This commit is contained in:
ston1th 2016-11-20 02:14:46 +01:00
commit 1d5dd87230
8 changed files with 26 additions and 13 deletions

View file

@ -8,7 +8,7 @@
<ul type="circle">
{{if .Data}}
{{range $item := .Data}}
<li><h5><a href="/wiki/{{$item.LinkTitle}}">{{$item.Title}}</a></h5></li>
<li><a href="/wiki/{{$item.LinkTitle}}"><b>{{$item.Title}}</b></a></li>
{{end}}
{{end}}
</ul>