- {{ end }}
- {{ end }}
+ {{- range .Pages -}}
+ {{- if or (not .Draft) (not hugo.IsProduction) -}}
+ {{- .Render "li_grid_with_date" -}}
+ {{- end -}}
+ {{- end -}}
-{{ end }}
+ {{- end -}}
+
{{ end }}
{{ define "footer" }}
diff --git a/static/styles/root.css b/static/styles/root.css
index 3f52e78..f44b87a 100644
--- a/static/styles/root.css
+++ b/static/styles/root.css
@@ -454,7 +454,7 @@ ol ol {
text-align: end;
}
-.post-list li h1 {
+.post-list li .title {
font-family: var(--font-family-body);
grid-area: title;
text-align: start;