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 82cbb99 commit 0896b42Copy full SHA for 0896b42
_includes/layout/base/footer-menu.html
@@ -106,7 +106,7 @@
106
<a href="/{{ page.lang }}/{% translate buy url %}">{% translate menu-buy layout %}</a>
107
</li>
108
<li id="sellbitcoinfootermenulink" {% if page.id == 'sell' %} class="active"{% endif %}>
109
- <a href="/{{ page.lang }}/{% translate sell url %}">{% translate menu-sell layout %}</a>
+ <a href="/en/{% translate sell url %}">{% translate menu-sell layout %}</a>
110
111
{% if page.lang == 'en' %}
112
<li{% if page.id == 'full-node' %} class="active"{% endif %}>
0 commit comments