|
|
@ -40,11 +40,15 @@
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .Site.Params.enableDisqus }}
|
|
|
|
{{ if .Site.Params.enableDisqus }}
|
|
|
|
{{ partial "disqus.html" . }}
|
|
|
|
{{ if eq .Params.disabledisqus "true" }}
|
|
|
|
|
|
|
|
{{ partial "disqus.html" . }}
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if .Site.Params.enableDuoshuo }}
|
|
|
|
{{ if .Site.Params.enableDuoshuo }}
|
|
|
|
{{ partial "duoshuo.html" . }}
|
|
|
|
{{ if eq .Params.disableduoshuo "true" }}
|
|
|
|
|
|
|
|
{{ partial "duoshuo.html" . }}
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|