1
1
Fork 0

add links to cat.url

This commit is contained in:
Tobias Diekershoff 2019-11-03 15:55:58 +01:00
commit ebfedbc449
5 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@
</div>
{{if $item.has_cats}}
<div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}<span class="p-category">{{$cat.name}}</span>
<div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}<span class="p-category"><a href="{{$cat.url}}">{{$cat.name}}</a></span>
<a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a>
{{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
</div>