From b6d886b09f8cdd124624fecf5e97b7ba0fe4b8eb Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 20 Oct 2020 13:11:59 +0200 Subject: [PATCH] fix chatt button --- _layouts/post.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 051ea83..4cea65c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -94,9 +94,9 @@ layout: default {% if page.link %} {% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %} {% endif %} - {% if page.chat %} - 📢 Chat with us! - {% endif %} + + 📢 Chat with us! +

{% endif %} @@ -333,10 +333,10 @@ layout: default

{% if page.link %} {% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %} - {% endif %} + {% if page.chat %} - 📢 Chat with us! - {% endif %} + 📢 Chat with us! +

{% endif %} {% include author.html %}