mirror of https://github.com/kirsle/kirsle.net
3 changed files with 3 additions and 23 deletions
@ -1,20 +0,0 @@ |
|||
{{ if .IndexView }} |
|||
Sorted by most frequently used: |
|||
|
|||
<ul class="list-unstyled"> |
|||
{{ range .Tags }} |
|||
<li><a href="/tagged/{{ .Name }}">{{ .Name }}</a> ({{ .Count }})</li> |
|||
{{ end }} |
|||
</ul> |
|||
{{ else }} |
|||
<ul class="list-unstyled"> |
|||
<li>» <a href="/archive">Blog Archives</a></li> |
|||
{{ range .Tags }} |
|||
{{ if ge .Count 8 }} |
|||
<li>» <a href="/tagged/{{ .Name }}">{{ .Name }}</a> |
|||
<small>({{ .Count }})</small></li> |
|||
{{ end }} |
|||
{{ end }} |
|||
<li>» <a href="/tagged">View all tags</a></li> |
|||
</ul> |
|||
{{ end }} |
Loading…
Reference in new issue