summaryrefslogtreecommitdiffstats
path: root/layouts/partials/comment-utterances.html
diff options
context:
space:
mode:
authoramzrk22020-04-15 13:19:34 +0800
committeramzrk22020-04-15 13:19:34 +0800
commit10b5414837fc272b73922e01d2fe24ddd5080293 (patch)
treed03988e96458bd11e5facfc6d17548151eb345ec /layouts/partials/comment-utterances.html
parentda6c84ca4d0e9f56c0d72e6c01c07df94698e216 (diff)
downloadhugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.gz
hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.tar.bz2
hugo-theme-fuji-10b5414837fc272b73922e01d2fe24ddd5080293.zip
Google Analytics support
Diffstat (limited to 'layouts/partials/comment-utterances.html')
-rw-r--r--layouts/partials/comment-utterances.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html
index 02575eb..6653661 100644
--- a/layouts/partials/comment-utterances.html
+++ b/layouts/partials/comment-utterances.html
@@ -1,5 +1,4 @@
<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>
+ <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