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