From 6677d6908a1c264262abf0acb6ec8e5b06df22dc Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 10 Apr 2022 22:09:58 -0500 Subject: [PATCH] Simplify header open graph tags checker --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index b2c3064..5c109c8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@ layout: compress - {% if page._preview_description or page._preview_image and page.title or page.name == "index.html" -%} + {% if page._preview_description and page.title or page.name == "index.html" -%}