mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Update: default to 64bit wallet download (#91)
This commit is contained in:
parent
afa23c8931
commit
04eea95433
2 changed files with 54 additions and 55 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue