diff --git a/_includes/layout/base/wallets-list.html b/_includes/layout/base/wallets-list.html new file mode 100644 index 00000000..b27d19c3 --- /dev/null +++ b/_includes/layout/base/wallets-list.html @@ -0,0 +1,17 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% if wallet.compat contains page.platform and wallet.compat contains page.os %} +{% endif %} +{% endcomment %} + +
{% translate pagedesc %}
- - - -+ {% translate wallet{{page.id}} choose-your-wallet %} +
+ ++ {% translate {{checkValue}} choose-your-wallet %} +
+ +{% translate {{checkValue}}txt choose-your-wallet %}
+ {% if checkName == 'privacy' and os.privacycheck %} + {% for privacycheck in os.privacycheck %} +{% translate {{privacycheck[1]}} choose-your-wallet %}
+{% translate {{privacycheck[1]}}txt choose-your-wallet %}
++ {% translate educatetxt choose-your-wallet %} +
+{% translate pagedesc choose-your-wallet %}
diff --git a/_platforms/desktop/linux.html b/_platforms/desktop/linux.html index f36b7856..ec4be7eb 100644 --- a/_platforms/desktop/linux.html +++ b/_platforms/desktop/linux.html @@ -2,11 +2,8 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-desktop-linux platform: desktop os: linux --- -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} - diff --git a/_platforms/desktop/mac.html b/_platforms/desktop/mac.html index 2d6eac79..37598089 100644 --- a/_platforms/desktop/mac.html +++ b/_platforms/desktop/mac.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-desktop-mac platform: desktop os: mac --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/desktop/windows.html b/_platforms/desktop/windows.html index 3fa1cfd2..c761b19b 100644 --- a/_platforms/desktop/windows.html +++ b/_platforms/desktop/windows.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-desktop-windows platform: desktop os: windows --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/hardware.html b/_platforms/hardware.html index 9b5639e6..cecdf972 100644 --- a/_platforms/hardware.html +++ b/_platforms/hardware.html @@ -2,9 +2,6 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-hardware platform: hardware --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/mobile/android.html b/_platforms/mobile/android.html index f036207c..bc0196cd 100644 --- a/_platforms/mobile/android.html +++ b/_platforms/mobile/android.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-mobile-android platform: mobile os: android --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/mobile/blackberry.html b/_platforms/mobile/blackberry.html index e7dd8daf..c2fe3788 100644 --- a/_platforms/mobile/blackberry.html +++ b/_platforms/mobile/blackberry.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-mobile-blackberry platform: mobile os: blackberry --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/mobile/ios.html b/_platforms/mobile/ios.html index 8cfb658e..75a42751 100644 --- a/_platforms/mobile/ios.html +++ b/_platforms/mobile/ios.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-mobile-ios platform: mobile os: ios --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/mobile/windowsphone.html b/_platforms/mobile/windowsphone.html index 1944fa2a..29fc7a57 100644 --- a/_platforms/mobile/windowsphone.html +++ b/_platforms/mobile/windowsphone.html @@ -2,10 +2,7 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-mobile-windowsphone platform: mobile os: windowsphone --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %} diff --git a/_platforms/web.html b/_platforms/web.html index a34b90f5..34afb073 100644 --- a/_platforms/web.html +++ b/_platforms/web.html @@ -2,9 +2,6 @@ # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. -layout: base id: wallets-web platform: web --- - -{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}