Skip to content

Commit 7f8ee29

Browse files
Update head-menu.html
1 parent f19010e commit 7f8ee29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/layout/base/head-menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<ul>
6161
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a>
6262
<li id="buybitcoinmenulink" {% if page.id == 'buy' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate buy url %}">{% translate menu-buy layout %}</a></li>
63+
<li id="sellbitcoinmenulink" {% if page.id == 'sell' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate sell url %}">{% translate menu-sell layout %}</a></li>
6364
{% 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 %}
6465
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
6566
</ul>

0 commit comments

Comments
 (0)