Add footer block in the container and a top and bottom block outside container.

This commit is contained in:
2025-12-16 16:08:55 -05:00
parent 1bb1c297b3
commit 162d55a8ce

View File

@@ -73,6 +73,9 @@ html(lang= lang )
a.skip(href="#main") Skip to main content
block top
div.container
block header
@@ -83,4 +86,8 @@ html(lang= lang )
each category in content
+show-content(category, "")
block footer
block bottom
script(src="assets/scaffolding-min.js")