fix chatt button

This commit is contained in:
Set Hallstrom 2020-10-20 13:11:59 +02:00
parent 0b8f464d23
commit b6d886b09f

View file

@ -94,9 +94,9 @@ layout: default
{% 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> <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 %} {% endif %}
{% if page.chat %}
<a href="{{ page.chat }}" target="_bank" rel="noopener" class="button">📢 Chat with us!</a> <a href="{{ relBase }}/chat/#read" target="_bank" rel="noopener" class="button">📢 Chat with us!</a>
{% endif %}
</p> </p>
{% endif %} {% endif %}
</div> </div>
@ -333,10 +333,10 @@ layout: default
<p class="center"> <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> <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 %}
{% if page.chat %} {% if page.chat %}
<a href="{{ page.chat }}" target="_bank" rel="noopener" class="button">📢 Chat with us!</a> <a href="{{ relBase }}/chat/#read" target="_bank" rel="noopener" class="button">📢 Chat with us!</a>
{% endif %}
</p> </p>
{% endif %} {% endif %}
{% include author.html %} {% include author.html %}