Fix titles

This commit is contained in:
2022-03-25 13:18:19 +01:00
parent 70f359b864
commit 376b598c21
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<div class="container list-posts"> <div class="container list-posts">
<h1 class="list-title">{{ .Name }}</h2> <h1 class="list-title">{{ .Name }}</h1>
{{ range (where .Pages "Params.type" "post" ).GroupByDate "2006" }} {{ range (where .Pages "Params.type" "post" ).GroupByDate "2006" }}

View File

@@ -391,9 +391,6 @@ table td {
} }
/* LIST */ /* LIST */
.list-posts .list-title {
text-align: center;
}
.list-posts .posts-year { .list-posts .posts-year {
margin-top: 70px; margin-top: 70px;
} }