From f14d35dc23310d8f79ba9288745fc225d0839d84 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Apr 2020 15:23:53 +0800 Subject: [PATCH] update logic for twitter card image --- _includes/head.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 141e6e3..8a878dc 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,7 +17,11 @@ - + {% if page.image != '' %} + + {% else %} + + {% endif %}