From 01b66b9a6e2eb11d3b2466d32f6379e3960f0681 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 20 Oct 2020 13:23:07 +0200 Subject: [PATCH] borken button --- _layouts/post.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 7f50384..b2d25df 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -90,13 +90,10 @@ layout: default
{{ content }} - {% if page.link or page.chat %} + {% if page.link %}

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

{% endif %} @@ -332,12 +329,10 @@ layout: default {{ content }} {% if page.link or page.chat %}

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

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