mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fixes an issue with URLs like /web/web/
This commit is contained in:
parent
b33eaa0133
commit
444d4cf4d7
4 changed files with 21 additions and 3 deletions
|
@ -27,7 +27,7 @@ http://opensource.org/licenses/MIT.
|
|||
{% endif %}
|
||||
<li class="{{ platformClass }}">
|
||||
{% if platformName == 'hardware' or platformName == 'web' %}
|
||||
{% assign platformHref = "/" | append: page.lang | append: "/wallets/" | append: platformName | append: "/" | append: platformName | append: "/" %}
|
||||
{% assign platformHref = "/" | append: page.lang | append: "/wallets/" | append: platformName | append: "/" %}
|
||||
<a href="{{ platformHref }}">{% translate walletcat{{platformName}} choose-your-wallet %}</a>
|
||||
{% else %}
|
||||
<a>{% translate walletcat{{platformName}} choose-your-wallet %}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue