reconnect
This commit is contained in:
14
.github/_layouts/data.html
vendored
Normal file
14
.github/_layouts/data.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# "Data" page with table and data download options
|
||||
layout: page
|
||||
custom-foot: js/table-js.html
|
||||
---
|
||||
{% assign fields = site.data.config-table | map: 'display_name' %}
|
||||
{% include data-download-modal.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include data-table.html %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user