Loading layouts/_default/single.html +14 −14 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ <article> <header>{{ partial "title" . }}</header> {{ .Content }} </article> <nav class="no-print post-nav"> {{ if .PrevInSection }} <a class="prev-post" href="{{ .PrevInSection.Permalink }}"> Loading @@ -16,7 +17,6 @@ </a> {{ end }} </nav> </article> {{ partial "related" . }} {{ if in .Site.Params.DisqusSections .Section }} {{ partial "disqus" . }} Loading Loading
layouts/_default/single.html +14 −14 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ <article> <header>{{ partial "title" . }}</header> {{ .Content }} </article> <nav class="no-print post-nav"> {{ if .PrevInSection }} <a class="prev-post" href="{{ .PrevInSection.Permalink }}"> Loading @@ -16,7 +17,6 @@ </a> {{ end }} </nav> </article> {{ partial "related" . }} {{ if in .Site.Params.DisqusSections .Section }} {{ partial "disqus" . }} Loading