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

Alexander Bilz
18.10.2024 540da40a3b5af2a31e155c64f56138e8801b7cd3
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" . }}