From d2e851c1ca5ca544bc52f097bb0d6544f7a19caf Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 5 Apr 2022 11:52:49 -0500 Subject: [PATCH] Fix broken parentheses for page OGraph inclusion logic - Parentheses are not valid in Liquid, so you have to figure it out by the fact that operators are evaluated from 'right to left'. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index b011e14..ffa3b63 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,7 +20,7 @@ layout: compress - {% if page.date -%} + {% if page.title and page._preview_description or page._preview_image -%}