Revert "menu: Add Slack link"

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.
This commit is contained in:
Will Binns 2017-05-22 20:47:45 -06:00
parent 4c9a38f8e3
commit 65e2fb8771
2 changed files with 0 additions and 2 deletions

View file

@ -19,5 +19,4 @@ http://opensource.org/licenses/MIT.
<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>
<a href="https://bitslack.com/" target="_blank">Chat</a>
</div>

View file

@ -35,7 +35,6 @@ http://opensource.org/licenses/MIT.
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a>
{% if page.lang == 'en' %}<li{% if page.id == 'full-node' %} class="active"{% endif %}><a href="/en/full-node">Running a full node</a></li>{% endif %}
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
<li><a href="https://bitslack.com/" target="_blank">Chat</a></li>
</ul>
</li>
<li{% if page.id == 'faq' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate faq url %}">{% translate menu-faq layout %}</a></li>