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

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/taxonomy/cuisine.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/taxonomy/cuisine.html b/layouts/partials/taxonomy/cuisine.html
index 50e4666..1b34765 100644
--- a/layouts/partials/taxonomy/cuisine.html
+++ b/layouts/partials/taxonomy/cuisine.html
@@ -1,5 +1,5 @@
<div class="categories">
- <p class="clearfix">Cusine:
+ <p class="clearfix">Cuisine:
<a href="{{ ( printf "cuisine/%s/" ( . | urlize ) ) | relLangURL }}"><span itemprop="recipeCuisine">{{ . | humanize }}</span></a>
</p>
-</div> \ No newline at end of file
+</div>