- 
          {{ if .PrevInSection }}
            
 - ← {{ i18n "previousPost" }} {{ end }} {{ if .NextInSection }}
 - {{ i18n "nextPost" }} → {{ end }}
 
            {{ template "_internal/disqus.html" . }}
          
        {{ end }}
        {{ if .Site.Params.staticman }}
          
            {{ partial "staticman-comments.html" . }}
          
        {{ end }}
      {{ end }}
    
{{ partial "share-links" . }}