diff --git a/layouts/_default/list.html b/layouts/_default/list.html index e3aa2e3b55..e62e155c65 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -120,7 +120,7 @@

Featured Tutorials

-
+

{{ 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 }}