Initial Commit
This commit is contained in:
3
themes/hugo-coder/layouts/partials/posts/disqus.html
Normal file
3
themes/hugo-coder/layouts/partials/posts/disqus.html
Normal file
@ -0,0 +1,3 @@
|
||||
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
{{- end -}}
|
Reference in New Issue
Block a user