7 lines
215 B
HTML
7 lines
215 B
HTML
|
{{ if $.Param "enableComment" }}
|
||
|
{{ if $.Param "disqus_shortname" }}
|
||
|
{{ partial "comments/disqus.html" . }}
|
||
|
{{ else if $.Param "commento" }}
|
||
|
{{ partial "comments/commento.html" . }}
|
||
|
{{ end }}
|
||
|
{{ end }}
|