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:
authorSean Lane <5761232+seanlane@users.noreply.github.com>2020-08-01 14:28:30 +0300
committerGitHub <noreply@github.com>2020-08-01 14:28:30 +0300
commitf118ab96d686234af2939c40f8a7542c8d4b7fc3 (patch)
tree6073bcd453dc35b250e6f86b097f56883b123626
parent5e605f462709dc6407c33ce37d7adad139597189 (diff)
parent96e6a4c7d9720e9061b4004818a5f9b2655a7fdf (diff)
Merge pull request #5 from RMHogervorst/patch-1
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>