From 28c95edacbd9b90d0ca3264c295593c2f8388787 Mon Sep 17 00:00:00 2001 From: James Tombleson Date: Wed, 19 Oct 2022 09:26:25 -0700 Subject: [PATCH] corrected tag issue on single and corrected rss link --- themes/hugo-bulma-cookbook/layouts/_default/single.html | 2 +- themes/hugo-bulma-cookbook/layouts/partials/navbar.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/hugo-bulma-cookbook/layouts/_default/single.html b/themes/hugo-bulma-cookbook/layouts/_default/single.html index 4c9793a..23479cf 100644 --- a/themes/hugo-bulma-cookbook/layouts/_default/single.html +++ b/themes/hugo-bulma-cookbook/layouts/_default/single.html @@ -32,7 +32,7 @@ {{ range . }} {{ end }} diff --git a/themes/hugo-bulma-cookbook/layouts/partials/navbar.html b/themes/hugo-bulma-cookbook/layouts/partials/navbar.html index a4ec5a8..be01cfb 100644 --- a/themes/hugo-bulma-cookbook/layouts/partials/navbar.html +++ b/themes/hugo-bulma-cookbook/layouts/partials/navbar.html @@ -15,7 +15,7 @@ Recipes Tags Categories - RSS Feed + RSS Feed \ No newline at end of file