dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
disqus: fixed issue #199 (#200)
Naim A
21.22.2019
7ed7d3c51eacf760bba8ed4f67994d0c97c1108a
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
posts
/
disqus.html
1
2
3
{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disable_comments | default false) false) -}}
{{ template "_internal/disqus.html" . }}
{{- end -}}