Do not display disqus in normal single pages

This commit is contained in:
Djordje Atlialp 2020-03-15 15:05:21 +01:00
parent 54bbe846ca
commit 6e5ea9c054
2 changed files with 7 additions and 8 deletions

View file

@ -15,7 +15,13 @@
<li class="post-item">
<a href="{{.Permalink}}">
<span class="post-title">{{.Title}}</span>
<span class="post-day">{{ if .Site.Params.dateformShort }}{{ .Date.Format .Site.Params.dateformShort }}{{ else }}{{ .Date.Format "Jan 2"}}{{ end }}</span>
<span class="post-day">
{{ if .Site.Params.dateformShort }}
{{ .Date.Format .Site.Params.dateformShort }}
{{ else }}
{{ .Date.Format "Jan 2"}}
{{ end }}
</span>
</a>
</li>
{{- end }}