summary refs log tree commit diff
path: root/_includes
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-05-24 20:02:17 -0500
committerStarfall <us@starfall.systems>2023-05-24 20:11:05 -0500
commitf3d6b99cb8e36b8607d73e0941b8c32fd9102b85 (patch)
treed4b345afca8d75744fda30ab91216f02adee2ea0 /_includes
parenteb6d8bd51fb3a5ad9868829e19c838939346f8cb (diff)
style: blockquotes, wrap main content in <main>
Diffstat (limited to '_includes')
-rw-r--r--_includes/base.njk2
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/base.njk b/_includes/base.njk
index a11c22c..22f94b6 100644
--- a/_includes/base.njk
+++ b/_includes/base.njk
@@ -27,7 +27,9 @@ title = "Starfall"
 	</nav>
 </header>
 
+<main>
 {{ content | safe }}
+</main>
 
 <footer>
 <section>