diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 67b44eb..26ce3ce 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -405,7 +405,10 @@ h6:hover .anchor { .post-footer { margin-top: calc(var(--content-gap) * 1.5); padding-bottom: calc(var(--content-gap) * 2); - border-bottom: 3px solid var(--tertiary); +} +.comments-separator { + height: 3px; + background-color: var(--tertiary); } .share-buttons { diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1a8d06f..1de847b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -68,6 +68,7 @@ {{- if not (.Param "noComments") }} +
{{- partial "comments.html" . }} {{- end }}