adding divider lines

This commit is contained in:
Nasir Anthony Montalvo
2026-01-26 00:46:14 -06:00
parent 8ef34bd81d
commit 6609527c97
5 changed files with 5 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
{{ others }} OTHER {% include helpers/get-icon-svg.html type="hidden" %}<br>{% endif %}{% endif %}
{% if include.total == true %}
{{ templates | size }} TOTAL ITEMS<br>{% endif %}
<a class="btn btn-sm btn-{{ include.btn-color | default: 'outline-secondary' }} mt-2" href="{{ '/data/' | relative_url }}">View table</a>
<a class="btn btn-sm btn-{{ include.btn-color | default: 'outline-secondary' }} mt-2" href="{{ '/browse/' | relative_url }}">View archive</a>
</p>
</div>
</div>