borken button
This commit is contained in:
parent
e1122c80eb
commit
01b66b9a6e
|
@ -90,13 +90,10 @@ layout: default
|
|||
<section class="info">
|
||||
<div class="container">
|
||||
{{ 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>
|
||||
{% endif %}
|
||||
<p class="center">
|
||||
|
||||
<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,11 +329,9 @@ 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 %}
|
||||
|
|
Loading…
Reference in a new issue