We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e979a31 commit f19010eCopy full SHA for f19010e
_includes/layout/base/footer-menu.html
@@ -106,6 +106,9 @@
106
<li id="buybitcoinfootermenulink" {% if page.id == 'buy' %} class="active"{% endif %}>
107
<a href="/{{ page.lang }}/{% translate buy url %}">{% translate menu-buy layout %}</a>
108
</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>
112
{% endif %}
113
{% if page.lang == 'en' %}
114
<li{% if page.id == 'full-node' %} class="active"{% endif %}>
0 commit comments