layouts/_default/single.html
@@ -36,8 +36,21 @@ {{ end }} </div> {{- if (eq .Params.toc true) -}} <h3>Table of Contents</h3> {{ .TableOfContents }} {{- end -}} {{ .Content }} {{- if isset .Params "series" -}} {{- partial "series.html" . -}} {{- end -}} {{- if (eq .Params.contact true) -}} {{- partial "contact.html" . -}} @@ -82,6 +95,13 @@ </div> {{- end -}} {{- if .Site.Params.gitalk.repo -}} <div id="fb_comments_container"> <h2>{{ i18n "comments" }}</h2> {{ partial "comments/gitalk.html" . }} </div> {{- end -}} {{ end }}