Implements OS detection & cleanup on /get-dash/index.html

This commit is contained in:
Chuck Williams 2017-01-30 23:53:07 -07:00
parent 13002fe958
commit 031cf91dd4
7 changed files with 1319 additions and 2 deletions

View file

@ -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 %}