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 %}