Files
bqkc/_layouts/about-narrow.html
Nasir Anthony Montalvo 526096840e Initial commit
2025-11-13 14:48:58 -06:00

12 lines
277 B
HTML

---
# narrow text block "About" page layout
# text block is centered
layout: default
---
<div class="container my-4 about-narrow-contents">
{% include feature/jumbotron.html %}
{{ content }}
</div>
{% if page.credits == true %}{% include cb/credits.html %}{% endif %}