diff --git a/assets/css/main.css b/assets/css/main.css
index 1d94953..23df334 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -281,6 +281,16 @@ main h1 {
/* Articles */
+.post-header {
+ margin-top: 1em;
+ line-height: 1.1em;
+ margin-bottom: 1em;
+}
+
+.post-header header {
+ display: inline;
+}
+
.post-navigation {
background: var(--nav-bg-color);
text-align: center;
@@ -331,12 +341,6 @@ article:not(:last-of-type) {
padding-bottom: 2em;
}
-article header {
- margin-top: 1em;
- line-height: 1.1em;
- margin-bottom: 1em;
-}
-
article header h1 {
font-size: 1.35em;
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index cb1b757..02500a2 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -8,10 +8,12 @@
{{ $pages := where .Pages "Type" "in" site.Params.mainSections }}
{{ range $pages }}
-
+
{{ partial "post-info.html" . }}
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 94a711e..44cf703 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,11 +8,13 @@
{{ end }}
-