From 65ff15beb1a2fdf68fa8bb4a275eb22f127e2373 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Wed, 21 Oct 2020 15:04:54 +0200 Subject: [PATCH] fix broken SEO on posts --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index d194736..329e187 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -135,7 +135,7 @@ {% endif %}{% endfor %} -{% elsif page.category == 'highlights' %} +{% elsif page.category == 'ramblings' %} {{ page.title }} | {{ site.title }}