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:
authorRoel Hogervorst <RMHogervorst@users.noreply.github.com>2020-07-03 23:10:08 +0300
committerGitHub <noreply@github.com>2020-07-03 23:10:08 +0300
commit96e6a4c7d9720e9061b4004818a5f9b2655a7fdf (patch)
tree6073bcd453dc35b250e6f86b097f56883b123626
parent5e605f462709dc6407c33ce37d7adad139597189 (diff)
Fix typo in cuisine
-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>