mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Implements OS detection & cleanup on /get-dash/index.html
This commit is contained in:
parent
13002fe958
commit
031cf91dd4
7 changed files with 1319 additions and 2 deletions
|
@ -15,6 +15,8 @@ description: pages.wallets.description
|
|||
{% assign paper-wallets = site.data.wallets-collection | sort: "product_label" | where:"type","paper" %}
|
||||
{% assign security-wallets = site.data.wallets-collection| sort: "product_label" | where:"type","security" %}
|
||||
|
||||
{% include wallets_js_data.html %}
|
||||
|
||||
{% for vendor-group in vendor-collection %}
|
||||
{% include modals/vendor-group-download-collection.html %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue