diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ed435fe..62cbaa6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -66,7 +66,7 @@ {{ .Content }}
-
+
{{ if .PrevInSection }} ← Article précédent @@ -78,8 +78,11 @@ {{ end }}
+
+ {{ partial "comments.html" . }} + {{ partial "under_content.html" . }}