borken button

This commit is contained in:
Set Hallstrom 2020-10-20 13:23:07 +02:00
parent e1122c80eb
commit 01b66b9a6e

View file

@ -90,13 +90,10 @@ layout: default
<section class="info">
<div class="container">
{{ content }}
{% if page.link or page.chat %}
{% if page.link %}
<p class="center">
{% if page.link %}
<a href="{{ page.link.url }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
{% endif %}
<a href="{{ relBase }}/chat/#read" target="_bank" rel="noopener" class="button">📢 Chat with us!</a>
<a href="{{ page.link.url }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
</p>
{% endif %}
@ -332,12 +329,10 @@ layout: default
{{ content }}
{% if page.link or page.chat %}
<p class="center">
{% if page.link %}
<a href="{{ page.link.url }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">{% if page.link.buttontext %}{{ page.link.buttontext }}{% else %}👀 check it out{% endif %}</a>
{% if page.chat %}
<a href="{{ relBase }}/chat/#read" target="_bank" rel="noopener" class="button">📢 Chat with us!</a>
</p>
{% endif %}
{% include author.html %}