mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Link updates
- Make some external links open new window/tab - Point to Dash updated BIPs (QuantumExplorer GH)
This commit is contained in:
parent
58400dd4eb
commit
07681fcb65
2 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ http://opensource.org/licenses/MIT.
|
|||
{% if page.lang == 'en' %}<li{% if page.id == 'exchanges' %} class="active"{% endif %}><a href="/en/exchanges">Exchanges</a></li>{% endif %}
|
||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
||||
-->
|
||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="https://www.dash.org/community/">{% translate menu-community layout %}</a></li>
|
||||
<li{% if page.id == 'community' %} class="active"{% endif %}><a rel="noopener noreferrer" target="_blank" href="https://www.dash.org/community/">{% translate menu-community layout %}</a></li>
|
||||
<!-- {% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %} -->
|
||||
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue