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
6
_includes/wallets_js_data.html
Normal file
6
_includes/wallets_js_data.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %}
|
||||
|
||||
<script>
|
||||
var walletsCollectionByOs = {{ desktop-os-collection | jsonify }};
|
||||
console.log('walletsCollectionByOs : ' , walletsCollectionByOs );
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue