summaryrefslogtreecommitdiffstats
path: root/layouts/partials/comment-utterances.html
diff options
context:
space:
mode:
authoramzrk22020-04-14 11:01:40 +0800
committeramzrk22020-04-14 11:01:40 +0800
commitb2343edc52c1d6dc9b07accba756a08aba5e4e4f (patch)
tree85a8ef304415f351104bd4e1f1200c5e5025f17a /layouts/partials/comment-utterances.html
parentf5be5e6cbed53afdc2e6ea73d3da9d5bb0057bec (diff)
downloadhugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.tar.gz
hugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.tar.bz2
hugo-theme-fuji-b2343edc52c1d6dc9b07accba756a08aba5e4e4f.zip
utterances support
Diffstat (limited to 'layouts/partials/comment-utterances.html')
-rw-r--r--layouts/partials/comment-utterances.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html
new file mode 100644
index 0000000..02575eb
--- /dev/null
+++ b/layouts/partials/comment-utterances.html
@@ -0,0 +1,5 @@
+<div id="post-comment">
+ <script src="{{ .Site.Params.cdnUtterancesJS }}" repo="{{ .Site.Params.utterancesRepo }}"
+ issue-term="{{ .Site.Params.utterancesIssueTerm }}" theme="{{ .Site.Params.utterancesTheme }}"
+ crossorigin="anonymous" async></script>
+</div> \ No newline at end of file