Skip to content

Commit f19010e

Browse files
Update footer-menu.html
1 parent e979a31 commit f19010e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/layout/base/footer-menu.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
<li id="buybitcoinfootermenulink" {% if page.id == 'buy' %} class="active"{% endif %}>
107107
<a href="/{{ page.lang }}/{% translate buy url %}">{% translate menu-buy layout %}</a>
108108
</li>
109+
<li id="sellbitcoinfootermenulink" {% if page.id == 'sell' %} class="active"{% endif %}>
110+
<a href="/{{ page.lang }}/{% translate sell url %}">{% translate menu-sell layout %}</a>
111+
</li>
109112
{% endif %}
110113
{% if page.lang == 'en' %}
111114
<li{% if page.id == 'full-node' %} class="active"{% endif %}>

0 commit comments

Comments
 (0)