archive: title use page-header class

This commit is contained in:
Aditya Telange 2020-07-25 11:35:55 +05:30
parent 57a8706d37
commit db338970a1
2 changed files with 1 additions and 7 deletions

View file

@ -9,12 +9,6 @@
font-size: 16px;
}
.archive-title {
margin-bottom: 2px;
font-size: 40px;
transform: translateX(-2px);
}
.archive-posts {
width: 100%
}

View file

@ -1,7 +1,7 @@
{{ define "main" }}
<div class="archive">
<h1 class="archive-title">{{ .Title }}</h1>
<header class="page-header"><h1>{{ .Title }}</h1></header>
{{ range .Site.RegularPages.GroupByPublishDate "2006" }}
{{ if ne .Key "0001" }}