|
8b834f8eab
|
Move the <main> element inside the "main" template block
Do this so each template can set the class of the main block according to what
kind of template it is.
|
2024-07-23 08:45:26 -07:00 |
|
|
293d4b0748
|
Remove the page breadcrumb from the base template
|
2024-07-23 08:44:10 -07:00 |
|
|
3cbce149ba
|
Build the page scaffolding with CSS grid
Grid columns are symmetrical. From the outside in, they are:
- outer margin
- inner margin
- wide gutter
- inner gutter
- main content
|
2024-07-06 11:07:52 -07:00 |
|
|
a5e5d04b9f
|
page_breadcrumb: Implement a breadcrumb and display it above the <main> content
The breadcrumb shows navigation from the home page as a path:
/ > Posts > This Post
en.yaml
|
2024-07-03 07:41:23 -07:00 |
|
|
bc73df76cf
|
Simple baseof.html
|
2024-06-28 09:08:19 -07:00 |
|