Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cuisine.html « taxonomy « partials « layouts - github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50e4666e280b076604297e9b02c2c866db40b8ec (plain)
1
2
3
4
5
<div class="categories">
  <p class="clearfix">Cusine: 
    <a href="{{ ( printf "cuisine/%s/" ( . | urlize ) ) | relLangURL }}"><span itemprop="recipeCuisine">{{ . | humanize }}</span></a>
  </p>
</div>