From 0be64d50fc26d40d6a0d96b95e3c5bcd996bd561 Mon Sep 17 00:00:00 2001 From: Lars Olesen Date: Fri, 22 Nov 2019 15:12:34 +0100 Subject: [PATCH] Fixed page.excerpt to seo_description (#2326) --- _includes/seo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/seo.html b/_includes/seo.html index ead2d1f8..4d508fa0 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -69,7 +69,7 @@ -{% if page.excerpt %} +{% if seo_description %} {% endif %}