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

Alexander Bilz
18.25.2024 4435557b80dd5b8f9ff5a391fb9a128254c13ffb
layouts/_default/single.html
@@ -77,7 +77,7 @@
    </div>
    {{ if and (or (eq .Type "post") (eq .Type .Site.Params.postSectionName)) (ne .Page.Params.disableComments true) }}
      {{- if .Site.DisqusShortname -}}
      {{- if .Site.Config.Services.Disqus.Shortname -}}
        <div id="comment">
          <h2>{{ i18n "comments" }}</h2>
          {{ template "_internal/disqus.html" . }}