fix chatt button
This commit is contained in:
parent
0b8f464d23
commit
b6d886b09f
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue