diff --git a/static/css/custom.css b/static/css/custom.css index a86e173..5c8a69d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -3,3 +3,18 @@ article img { margin-left: auto; margin-right: auto; } + +.comments-box { + border: 1px solid #ccc; + padding: 1.5rem; + margin-top: 2rem; + border-radius: 8px; + background-color: #f9f9f9; +} + +.comments-box h2 { + margin-top: 0; + font-size: 1.4rem; + border-bottom: 1px solid #ddd; + padding-bottom: 0.5rem; +} diff --git a/themes/binario/layouts/_default/single.html b/themes/binario/layouts/_default/single.html index cd6c3ac..6d13046 100644 --- a/themes/binario/layouts/_default/single.html +++ b/themes/binario/layouts/_default/single.html @@ -14,6 +14,7 @@ {{ end }} +
{{ partial "comments.html" . }} diff --git a/themes/binario/layouts/partials/comments.html b/themes/binario/layouts/partials/comments.html index 204327e..31f4922 100644 --- a/themes/binario/layouts/partials/comments.html +++ b/themes/binario/layouts/partials/comments.html @@ -1,2 +1,5 @@ -
+
+

Commentaires

+
+