| layouts/_partials/categories.html | ●●●●● patch | view | raw | blame | history |
layouts/_partials/categories.html
New file @@ -0,0 +1,9 @@ <ul class="pa0"> {{ range .GetTerms "categories" }} <li class="list di"> <a href="{{ .RelPermalink }}" class="link f5 grow br-pill ba ph3 pv2 mb2 dib black sans-serif no-underline"> {{- .LinkTitle -}} </a> </li> {{ end }} </ul>