menu: Add Slack link

This commit is contained in:
Will Binns 2017-05-19 19:59:05 -06:00
parent 246a41fb33
commit 586f87ce07
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ 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>