Initial commit

This commit is contained in:
Nasir Anthony Montalvo
2025-11-13 14:48:58 -06:00
committed by GitHub
commit 526096840e
2349 changed files with 19464 additions and 0 deletions

10
_layouts/page-narrow.html Normal file
View File

@@ -0,0 +1,10 @@
---
# limits the content block to narrow size
# max-width is set in _pages.scss using .page-narrow selector
layout: default
---
<div class="container my-4">
<div class="page-narrow">
{{ content }}
</div>
</div>