support is better then chat
This commit is contained in:
parent
b82ef53650
commit
f603d0fa6f
|
@ -29,10 +29,8 @@
|
||||||
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@{{ site.social.usernames.telegram }}" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
|
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@{{ site.social.usernames.telegram }}" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
|
||||||
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
<a href="#support" class="button">💸 Support</a><br />
|
|
||||||
{% unless page.url == '/radio/' %}
|
{% unless page.url == '/radio/' %}
|
||||||
<a href="{{ relBase }}/chat/#read" target="_blank" class="button">📢 Chat</a>
|
<h2><a href="#support" class="button">🙏 Support</a></h2>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -8,7 +8,7 @@
|
||||||
{% if page.category == 'releases' or page.category == 'highlights' %}
|
{% if page.category == 'releases' or page.category == 'highlights' %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
<a href="/"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -31,7 +31,7 @@ layout: default
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<h2 style="text-align: center;"><a href="#support" class="button">💸 Support</a></h2>
|
<h2 style="text-align: center;"><a href="#support" class="button">🙏 Support</a></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="noJSalbum">
|
<div class="noJSalbum">
|
||||||
<div class="coverartwrapper">
|
<div class="coverartwrapper">
|
||||||
|
@ -62,14 +62,10 @@ layout: default
|
||||||
{% assign author = site.authors | where: "url", author_id | first %}
|
{% assign author = site.authors | where: "url", author_id | first %}
|
||||||
<div id="author">
|
<div id="author">
|
||||||
<div class="bio">
|
<div class="bio">
|
||||||
|
|
||||||
<p class="date">
|
<p class="date">
|
||||||
Published the
|
Published the
|
||||||
|
|
||||||
<time datetime="{{ page.date }}">{% include dates.html %}</time>
|
<time datetime="{{ page.date }}">{% include dates.html %}</time>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h6>
|
<h6>
|
||||||
|
|
||||||
Share this page:
|
Share this page:
|
||||||
|
@ -80,11 +76,6 @@ layout: default
|
||||||
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@{{ site.social.usernames.telegram }}" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
|
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&text={{ page.description | xml_escape }}%20via%20@{{ site.social.usernames.telegram }}" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
|
||||||
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url={{ site.url }}{{ page.url }}?pk_campaign=homeshare&title={{ page.description | xml_escape }}%20By%20{{ site.title | xml_escape }}" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
|
||||||
|
|
||||||
<a href="{{ relBase }}/chat/#read" target="_blank" class="button">📢 Chat</a>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue