removes all space consuming symbols in templates
This commit is contained in:
parent
c5ab13bf48
commit
90a8c7d5af
26 changed files with 126 additions and 126 deletions
|
@ -1,7 +1,7 @@
|
|||
{{- if ne .Params.showcomments false -}}
|
||||
{{ if .Site.DisqusShortname -}}
|
||||
{{- partial "page-single/comment/disqus.html" . -}}
|
||||
{{- else if .Site.Params.GraphCommentId -}}
|
||||
{{- partial "page-single/comment/graphcomment.html" . -}}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
{{ if ne .Params.showcomments false }}
|
||||
{{ if .Site.DisqusShortname }}
|
||||
{{ partial "page-single/comment/disqus.html" . }}
|
||||
{{ else if .Site.Params.GraphCommentId }}
|
||||
{{ partial "page-single/comment/graphcomment.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue