Consolidate list templates to _default

Remove the blog list template since it's no different from the default list.
This commit is contained in:
Eryn Wells 2024-10-24 10:00:08 -06:00
parent 9995c8d10d
commit 4a6dd87603
5 changed files with 44 additions and 30 deletions

View file

@ -13,12 +13,21 @@
{
blockquote,
dl,
h1, h2, h3, h4, h5, h6,
hr,
nav,
ol,
section,
ul,
.footnotes,
.main__section-header,
.page-footer
{
grid-column: main-start / main-end;
}
}
.main__posts-by-year {
display: grid;
grid-template-columns: subgrid;
}