Merge pull request #125 from cambid/add-isso

add isso comment to posts
This commit is contained in:
Dmitry Kolosov 2021-12-27 21:40:38 +03:00 committed by GitHub
commit c5f026eed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 0 deletions

View file

@ -33,4 +33,8 @@
{{ partial "utterances.html" . }}
{{ end }}
{{ if .Site.Params.isso.enabled }}
{{ partial "isso.html" . }}
{{ end }}
{{ end }}