From 4894b33cc94288c8c7e6397acdf9bfb9b0de422c Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 00:59:17 +0100 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 ++++ themes/buha/layouts/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 30faa56d..8bf76d66 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -102,6 +102,10 @@ article h2 { margin: 0; } +article h3 { + margin: 0; +} + #articlemeta { margin-bottom: 1rem; } diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 2653b59c..dea3e1de 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -14,7 +14,7 @@ {{- range first 5 $paginator.Pages -}}
-

{{- .Title -}}

+

{{- .Title -}}