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 -}}