diff --git a/assets/css/main.css b/assets/css/main.css index 8dcaba5..9b49ba1 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -180,14 +180,6 @@ section[role="doc-endnotes"] { content-visibility: auto; } -/* same as above */ -article header { - border-bottom: 1px solid; - - /* padding ensures the border can't be mistaken for an underline */ - padding-bottom: 1em; -} - /* Some browser focus indicators are inaccessible; override them with * something more visible. See WCAG 2.x SC 2.4.12. I also tried to * match browser behavior; mainstream browsers use :focus-visible diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 12d8053..8d288d7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,6 +18,7 @@ {{ .WordCount }} words, a {{ .ReadingTime }} minute read +
{{ partial "processed-content" . -}} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index c01ebcc..008c036 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -18,6 +18,7 @@ {{ .WordCount }} words, a {{ .ReadingTime }} minute read +
{{ partial "processed-content" . -}}