From 2646189b2d6c296bf82f410583f8c822e261ec96 Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Fri, 23 Sep 2022 11:37:58 -0400 Subject: [PATCH] Make baseurl conditional more specific --- _includes/post/post-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post/post-meta.html b/_includes/post/post-meta.html index d48e920..b0fd3e9 100644 --- a/_includes/post/post-meta.html +++ b/_includes/post/post-meta.html @@ -6,7 +6,7 @@
{% if page.title != 'Katy DeCorah' %} {% include icons/chevron-right.svg - %} {% if site.baseurl and page.title != site.title %} + %} {% if site.baseurl != '' and page.title != site.title %} {% include icons/chevron-right.svg %} {% endif %} {% if page.categories[0] %}