diff --git a/_includes/layout/base/wallets-list.html b/_includes/layout/base/wallets-list.html new file mode 100644 index 00000000..d0767e06 --- /dev/null +++ b/_includes/layout/base/wallets-list.html @@ -0,0 +1,121 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +{% if page.id == "choose-your-wallet" or page.id == 'wallets-desktop-desktop' or page.id == 'wallets-mobile-mobile' %} + {% assign walletClass = "" | append: "is-hidden-mobile" %} +{% else %} + {% assign walletClass = "" | append: "accordion-wallets is-visible" %} +{% endif %} +
{{ wallet.titleshort }}
+ Select an Operating System
+{{os.name}}
+ + {% else %} + + + + +{{os.name}}
+ + {% endif %} + {% endfor %} + {% endfor %} +
{{ wallet.titleshort }}
+ Select an Operating System
+{{os.name}}
+ + {% else %} + + + + +{{os.name}}
+ + {% endif %} {% endfor %} {% endfor %} +
{{ wallet.titleshort }}
+
+