culinary.kemonine.info/themes/gochowdown/layouts/partials/taxonomy/category.html
2022-12-03 10:27:03 -05:00

6 lines
219 B
HTML

<div class="categories">
<p class="clearfix">{{ i18n "category"}}:
<a href="{{ ( printf "category/%s/" ( . | urlize ) ) | relLangURL }}"><span itemprop="recipeCategory">{{ . | humanize }}</span></a>
</p>
</div>