mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
03.25.2021 01b300071c3f108030e4a27c51fa0949bee5ad2d
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 }}