Compare commits
2 Commits
70f359b864
...
289eb9eacf
| Author | SHA1 | Date | |
|---|---|---|---|
| 289eb9eacf | |||
| 376b598c21 |
@@ -8,7 +8,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
{{ $title := .Title | default .Site.Title }}
|
||||
{{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }}
|
||||
{{ $description := .Description | default .Site.Params.Description }}
|
||||
{{ $image := .Params.image | default .Site.Params.AvatarURL }}
|
||||
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<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" }}
|
||||
|
||||
|
||||
@@ -391,9 +391,6 @@ table td {
|
||||
}
|
||||
|
||||
/* LIST */
|
||||
.list-posts .list-title {
|
||||
text-align: center;
|
||||
}
|
||||
.list-posts .posts-year {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user