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

alexanderdavide
11.26.2022 e75111904bbabe4d2b1eb0d4a2c657eed61c5ff6
layouts/_default/single.html
@@ -61,19 +61,17 @@
        {{- end -}}
      </div>
      <div class="post-footer">
        <div class="info">
          {{ with .Page.Params.Categories }}
            {{ partial "taxonomy/categories.html" . }}
        {{ with .Page.Params.Categories }}
          {{ partial "taxonomy/categories.html" . }}
          {{ end }}
        {{ end }}
          {{ with .Page.Params.Tags }}
            {{ partial "taxonomy/tags.html" . }}
        {{ with .Page.Params.Tags }}
          {{ partial "taxonomy/tags.html" . }}
          {{ end }}
        </div>
        {{ end }}
      </div>
      {{ if and (or (eq .Type "post") (eq .Type .Site.Params.postSectionName)) (ne .Page.Params.disableComments true) }}