mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
The Slack link that was recently added received so many sign ups in a
short time span, that Slack rate-limited our sign ups. I'm removing the
link so people don't have an issue (a better solution is needed).
This reverts commit 586f87ce07
.
22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
HTML
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
<div>
|
|
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE" target="_blank">1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
|
|
</div>
|
|
|
|
<div class="footermenu">
|
|
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
|
|
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
|
|
{% case page.lang %}
|
|
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
|
|
<a href="/en/privacy">Privacy Policy</a>
|
|
{% else %}
|
|
<a href="/{{ page.lang }}/{% translate privacy url %}">{% translate menu-privacy layout %}</a>
|
|
{% endcase %}
|
|
<a href="/{{ page.lang }}/{% translate press url %}">{% translate menu-press layout %}</a>
|
|
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
|
<a href="/en/blog">Blog</a>
|
|
</div>
|