-
+
{{ if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}
{{ .Content }}
@@ -150,10 +150,10 @@ {{ if eq .CurrentSection .FirstSection }}{{ .Section | h
-
- {{ if .Description }}
+ {{ if .Description }}
{{ .Description }}
- {{ end }}
+ {{ end }}
+
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ end }}
diff --git a/layouts/article/list-images.html b/layouts/article/list-images.html
index b5e1cfefc9..4b68ebeac5 100644
--- a/layouts/article/list-images.html
+++ b/layouts/article/list-images.html
@@ -52,11 +52,11 @@
-
- {{ if .Description }}
+ {{ if .Description }}
{{ .Description }}
+ {{ end }}
+
{{ end }}
- {{ end }}
{{ template "_internal/pagination.html" . }}
{{ end }}