diff --git a/content/recipies/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md b/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md similarity index 100% rename from content/recipies/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md rename to content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/index.md diff --git a/content/recipies/chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png b/content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png similarity index 100% rename from content/recipies/chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png rename to content/recipes/chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png diff --git a/content/recipies/chicken-tikka-masala/index.md b/content/recipes/chicken-tikka-masala/index.md similarity index 100% rename from content/recipies/chicken-tikka-masala/index.md rename to content/recipes/chicken-tikka-masala/index.md diff --git a/content/recipies/chicken-tikka-masala/thumbnail.png b/content/recipes/chicken-tikka-masala/thumbnail.png similarity index 100% rename from content/recipies/chicken-tikka-masala/thumbnail.png rename to content/recipes/chicken-tikka-masala/thumbnail.png diff --git a/content/recipies/crispy-smashed-potatoes/index.md b/content/recipes/crispy-smashed-potatoes/index.md similarity index 100% rename from content/recipies/crispy-smashed-potatoes/index.md rename to content/recipes/crispy-smashed-potatoes/index.md diff --git a/content/recipies/crispy-smashed-potatoes/thumbnail.png b/content/recipes/crispy-smashed-potatoes/thumbnail.png similarity index 100% rename from content/recipies/crispy-smashed-potatoes/thumbnail.png rename to content/recipes/crispy-smashed-potatoes/thumbnail.png diff --git a/content/recipies/drop-biscuits/index.md b/content/recipes/drop-biscuits/index.md similarity index 100% rename from content/recipies/drop-biscuits/index.md rename to content/recipes/drop-biscuits/index.md diff --git a/content/recipies/drop-biscuits/thumbnail.png b/content/recipes/drop-biscuits/thumbnail.png similarity index 100% rename from content/recipies/drop-biscuits/thumbnail.png rename to content/recipes/drop-biscuits/thumbnail.png diff --git a/content/recipies/gringo-air-fried-peruvian-chicken.md b/content/recipes/gringo-air-fried-peruvian-chicken.md similarity index 100% rename from content/recipies/gringo-air-fried-peruvian-chicken.md rename to content/recipes/gringo-air-fried-peruvian-chicken.md diff --git a/content/recipies/instant-pot-pinto-beans/index.md b/content/recipes/instant-pot-pinto-beans/index.md similarity index 100% rename from content/recipies/instant-pot-pinto-beans/index.md rename to content/recipes/instant-pot-pinto-beans/index.md diff --git a/content/recipies/instant-pot-pinto-beans/thumbnail.png b/content/recipes/instant-pot-pinto-beans/thumbnail.png similarity index 100% rename from content/recipies/instant-pot-pinto-beans/thumbnail.png rename to content/recipes/instant-pot-pinto-beans/thumbnail.png diff --git a/content/recipies/japanese-curry/index.md b/content/recipes/japanese-curry/index.md similarity index 100% rename from content/recipies/japanese-curry/index.md rename to content/recipes/japanese-curry/index.md diff --git a/content/recipies/japanese-curry/thumbnail.png b/content/recipes/japanese-curry/thumbnail.png similarity index 100% rename from content/recipies/japanese-curry/thumbnail.png rename to content/recipes/japanese-curry/thumbnail.png diff --git a/content/recipies/pasta-e-fagioli-soup/index.md b/content/recipes/pasta-e-fagioli-soup/index.md similarity index 100% rename from content/recipies/pasta-e-fagioli-soup/index.md rename to content/recipes/pasta-e-fagioli-soup/index.md diff --git a/content/recipies/pasta-e-fagioli-soup/thumbnail.png b/content/recipes/pasta-e-fagioli-soup/thumbnail.png similarity index 100% rename from content/recipies/pasta-e-fagioli-soup/thumbnail.png rename to content/recipes/pasta-e-fagioli-soup/thumbnail.png diff --git a/themes/hugo-bulma-cookbook/layouts/_default/list.html b/themes/hugo-bulma-cookbook/layouts/_default/list.html index 0d7377e..7c22393 100644 --- a/themes/hugo-bulma-cookbook/layouts/_default/list.html +++ b/themes/hugo-bulma-cookbook/layouts/_default/list.html @@ -3,7 +3,7 @@ {{ partial "header.html"}} {{ partial "header.meta.html" .}} - {{ partial "script.menu.html"}} + {{ partial "script.menu.html" }} {{ .Title }} diff --git a/themes/hugo-bulma-cookbook/layouts/_default/single.html b/themes/hugo-bulma-cookbook/layouts/_default/single.html index bdfe5c9..4c9793a 100644 --- a/themes/hugo-bulma-cookbook/layouts/_default/single.html +++ b/themes/hugo-bulma-cookbook/layouts/_default/single.html @@ -11,9 +11,7 @@ {{ partial "hero.html" . }}

-
-
Missing thumbnail :(
diff --git a/themes/hugo-bulma-cookbook/layouts/partials/header.html b/themes/hugo-bulma-cookbook/layouts/partials/header.html index efbe8fc..625e2e4 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/header.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/header.html @@ -5,4 +5,4 @@ - + \ No newline at end of file diff --git a/themes/hugo-bulma-cookbook/layouts/partials/header.meta.html b/themes/hugo-bulma-cookbook/layouts/partials/header.meta.html index 7f018d4..97ee532 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/header.meta.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/header.meta.html @@ -1,7 +1,12 @@ - + + + + - + + - \ No newline at end of file + + \ No newline at end of file diff --git a/themes/hugo-bulma-cookbook/layouts/partials/header.meta.single.html b/themes/hugo-bulma-cookbook/layouts/partials/header.meta.single.html index d9bcd74..dc8ca50 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/header.meta.single.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/header.meta.single.html @@ -1,9 +1,14 @@ - + + + + + - + - + + diff --git a/themes/hugo-bulma-cookbook/layouts/partials/navbar.html b/themes/hugo-bulma-cookbook/layouts/partials/navbar.html index e0d0f84..a4ec5a8 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/navbar.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/navbar.html @@ -12,7 +12,7 @@