Utterances commenting system name corrected (#342)
1 files deleted
1 files modified
1 files added
| New file |
| | |
| | | {{- if isset .Site.Params "utterances" -}} |
| | | {{- if and (isset .Site.Params.utterances "repo") (not (eq .Site.Params.utterances.repo "" )) (eq (.Params.disable_comments | default false) false) -}} |
| | | <script src="https://utteranc.es/client.js" |
| | | repo= "{{ .Site.Params.utterances.repo }}" |
| | | issue-term="{{ default "title" .Site.Params.utterances.issueTerm }}" |
| | | theme="{{ default "github-light" .Site.Params.utterances.theme }}" |
| | | crossorigin="anonymous" |
| | | async> |
| | | </script> |
| | | {{- end -}} |
| | | {{- end -}} |
| | |
| | | {{ partial "posts/series.html" . }} |
| | | {{ partial "posts/disqus.html" . }} |
| | | {{ partial "posts/commento.html" . }} |
| | | {{ partial "posts/utteranc.html" . }} |
| | | {{ partial "posts/utterances.html" . }} |
| | | </footer> |
| | | </article> |
| | | |