Commit b7b7dd91 authored by Yurizal Susanto's avatar Yurizal Susanto
Browse files

Decouple post navigation from article tag

parent a42da6dc
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -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 }}">
@@ -16,7 +17,6 @@
	</a>
{{ end }}
</nav>
</article>
{{ partial "related" . }}
{{ if in .Site.Params.DisqusSections .Section }}
	{{ partial "disqus" . }}