Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryx.z <xiaohei.zyx@gmail.com>2020-01-14 06:59:18 +0300
committerGitHub <noreply@github.com>2020-01-14 06:59:18 +0300
commit4c8270bee260a61cddbe59ab28d4cdc22a0fd202 (patch)
tree1dfdf8e1a3839ba73d1cfbe922d87c2b1d367254
parent48fc563bf4db72341146ef0956cd1167f59702d9 (diff)
Update comment.html
-rw-r--r--layouts/partials/_script/comment.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/_script/comment.html b/layouts/partials/_script/comment.html
index 7dcb354..d79609c 100644
--- a/layouts/partials/_script/comment.html
+++ b/layouts/partials/_script/comment.html
@@ -22,7 +22,7 @@
});
</script>
{{- else if eq $comment.type "disqus" }}
-<script defer>
+<script>
var disqus_config = function () {
this.page.url = '{{- .Permalink }}';
this.page.identifier = '{{- $comment.disqus }}';
@@ -50,4 +50,4 @@
});
gitalk.render('comments');
</script>
-{{- end }} \ No newline at end of file
+{{- end }}