From c65100c6c567a662c5e38ed0287b222c20b6c07d Mon Sep 17 00:00:00 2001 From: Chris Nicholson Date: Mon, 3 Jul 2023 15:59:34 -0600 Subject: [PATCH] Fix some trailing slashes --- _includes/meta-image.html | 2 +- _layouts/default.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/meta-image.html b/_includes/meta-image.html index 34ef11b9..555c3804 100644 --- a/_includes/meta-image.html +++ b/_includes/meta-image.html @@ -3,4 +3,4 @@ +> diff --git a/_layouts/default.html b/_layouts/default.html index cec9d4f0..1099944f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,7 +24,7 @@ - + @@ -37,9 +37,9 @@ {% include meta-image.html %} {% elsif page.url contains "recipes" %} {% assign myrecipe = site.data.recipes | find:"name", page.title %} - + {% else %} - + {% endif %} {% seo %}