diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 9ac21721..5ff1f528 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -46,8 +46,8 @@ {{ if .Params.inreplyto }} post{{ end }} {{ if .Params.repostof }} post{{ end }}

{{ if .Content }}
{{ .Content }}

{{end}} - - + +
{{end}} diff --git a/themes/anatole/layouts/_default/single.html b/themes/anatole/layouts/_default/single.html index 554aa56b..bea51d55 100644 --- a/themes/anatole/layouts/_default/single.html +++ b/themes/anatole/layouts/_default/single.html @@ -22,7 +22,7 @@
-{{ if not (eq .Type "article")}}{{end}} +{{ if not (eq .Type "article")}}{{end}}
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} @@ -39,6 +39,25 @@ {{- end }} {{ end }}
-{{end}} + {{ else }} +
+ + +
+ {{end}} {{end}} diff --git a/themes/anatole/layouts/index.html b/themes/anatole/layouts/index.html index 29762007..0e3b91a8 100644 --- a/themes/anatole/layouts/index.html +++ b/themes/anatole/layouts/index.html @@ -2,7 +2,7 @@

Latest post

- {{ range first 1 .Site.RegularPages }} + {{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }}