Update: default to 64bit wallet download (#91)

This commit is contained in:
Andy Freer 2017-02-05 15:20:39 +00:00 committed by tungfa
parent afa23c8931
commit 04eea95433
2 changed files with 54 additions and 55 deletions

View file

@ -6,7 +6,7 @@ description: pages.wallets.description
{% include hero/wallets.html %}
{% include modals/win-core.html %}
{% assign desktop-os-order-list = "win32,win64,osx,linux" | split: ','%}
{% assign desktop-os-order-list = "win64,win32,osx,linux" | split: ','%}
{% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %}
{% assign mobile-os-collection = site.data.wallets-collection | where:"type","mobile" | group_by:"os" %}
{% assign product-collection = site.data.wallets-collection | group_by:"product_id" %}
@ -32,10 +32,10 @@ description: pages.wallets.description
{% if os-sequence == wallet-group.name %}
<li role="tab" {%if forloop.first == true %}class="active"{% endif %}><a data-toggle="pill" href="#{{wallet-group.name}}">
{% case wallet-group.name %}
{% when 'win64' %}
Windows (64bit)
{% when 'win32' %}
Windows (32bit)
{% when 'win64' %}
Windows (64bit)
{% when 'osx' %}
OSX
{% when 'linux' %}