diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f390a89..24be89d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -50,20 +50,6 @@ {{ .Content }} - {{ $related := .Site.RegularPages.Related . | first 10 }} - {{ with $related }} - - {{ end }} - {{ if or .NextInSection .PrevInSection }}
{{ with .NextInSection }} @@ -94,6 +80,20 @@
{{ end }} + {{ $related := .Site.RegularPages.Related . | first 10 }} + {{ with $related }} + + {{ end }} + {{ if .Params.comments }}
{{ partial "comments.html" . }}