Consolidate list templates to _default
Remove the blog list template since it's no different from the default list.
This commit is contained in:
parent
9995c8d10d
commit
4a6dd87603
5 changed files with 44 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue