summaryrefslogtreecommitdiffstats
path: root/layouts/partials/comment-utterances.html
diff options
context:
space:
mode:
authoramzrk22020-04-23 13:23:34 +0800
committeramzrk22020-04-23 13:23:34 +0800
commite70742788897138cfb971f78618641a4190707f4 (patch)
tree7ce5ece4d06c36f650d3eca0213ef295d08b6599 /layouts/partials/comment-utterances.html
parent77ec19755260ec2e65ef284a63d28129c42d70dc (diff)
downloadhugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.gz
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.bz2
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.zip
Pagination adjustment
Diffstat (limited to 'layouts/partials/comment-utterances.html')
-rw-r--r--layouts/partials/comment-utterances.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html
index d217238..b41aef4 100644
--- a/layouts/partials/comment-utterances.html
+++ b/layouts/partials/comment-utterances.html
@@ -3,7 +3,5 @@
<p>{{ i18n "postCommentLoading" }}</p>
</div>
<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