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
Check if commentoUrl is set before using it. (#198)
John Tobin
16.42.2019
26a6a0a7cd6601bc02ab3c55a6ec1dceafa8b969
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
posts
/
disqus.html
1
2
3
{{- if and (isset .Site "disqusshortname") (not (eq .Site.DisqusShortname "" )) (eq (.Params.disable_comments | default false) false) -}}
{{ template "_internal/disqus.html" . }}
{{- end -}}