Files
bqkc/_layouts/home-infographic.html
2025-12-26 04:09:34 -06:00

28 lines
620 B
HTML

---
# Default home page with boxes providing collection stats
layout: page
---
<div class="row">
<div class="col-md-8">
{% include index/description.html %}
{% include index/carousel.html title="From The Archive" %}
</div>
<div class="col-md-4">
{% include index/featured-terms.html field="subject" title="Top Subjects" btn-color="primary" %}
{% include index/featured-terms.html field="location" title="Locations" btn-color="outline-secondary" %}
{% include index/content.html %}
</div>
<div class="col-md-12">
{% include index/data-download.html %}
</div>
</div>