Skip to content
Snippets Groups Projects
Commit cd5751ef authored by Alexandre Vicenzi's avatar Alexandre Vicenzi
Browse files

Fix comments validation

parent 33bd6cad
Branches
No related tags found
No related merge requests found
+++ +++
Description = "" description = ""
Tags = ["Development", "golang"] tags = ["Development", "golang"]
Categories = ["Development", "GoLang"] categories = ["Development", "GoLang"]
menu = "main" draft = false
+++ +++
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
{{ .Content }} {{ .Content }}
</div> </div>
{{ if (and .Site.DisqusShortname (eq .Params.DisableComments false)) -}} {{ if (and .Site.DisqusShortname (ne .Params.DisableComments true) (ne .Params.disable_comments true)) -}}
<h2>Comments</h2> <h2>Comments</h2>
{{ template "_internal/disqus.html" . }} {{ template "_internal/disqus.html" . }}
{{- end }} {{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment