mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-27 07:50:41 -04:00
Create recommendation table templates
This commit is contained in:
parent
9471899ea5
commit
f94878ed87
5 changed files with 79 additions and 661 deletions
13
_includes/recommendation-table.html
Normal file
13
_includes/recommendation-table.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<div id="dns-table" class="table-responsive">
|
||||
<table class="table table-hover sortable-theme-bootstrap" data-sortable>
|
||||
<thead>
|
||||
{% include table-header-{{ include.data }}.html %}
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for provider in site.data[include.data] %}<tr>
|
||||
{% include table-row-{{ include.data }}.html data=provider %}</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<p class="text-end"><small><a href="https://github.com/privacyguides/privacyguides.org/tree/main/_data/{{ include.data }}">View table data on GitHub</a></small></p>
|
Loading…
Add table
Add a link
Reference in a new issue