final touches
This commit is contained in:
14
_includes/data-table.html
Normal file
14
_includes/data-table.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% assign fields = site.data.config-table | map: 'display_name' %}
|
||||
|
||||
<div class="table-responsive-md">
|
||||
<table id="item-table" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
{% for f in fields %}
|
||||
<th scope="col">{{ f }}</th>
|
||||
{% endfor %}
|
||||
<th>Link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user