Fix disqus
This commit is contained in:
parent
0877768267
commit
18ad9eccaa
2 changed files with 11 additions and 14 deletions
|
@ -49,10 +49,10 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ if .Params.comments }}
|
|
||||||
<div id="comments" class="thin">
|
<div id="comments" class="thin">
|
||||||
{{- partial "comments.html" . -}}
|
{{- if .Site.DisqusShortname }}
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
{{- end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{{- if .Site.DisqusShortname }}
|
|
||||||
{{ template "_internal/disqus.html" . }}
|
|
||||||
{{- end }}
|
|
Loading…
Add table
Add a link
Reference in a new issue