From 7376c7f9e511b59638271861600305dd821c559a Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 10:51:20 +0800 Subject: Optional CDN assets --- layouts/partials/comment-utterances.html | 59 ++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) (limited to 'layouts/partials/comment-utterances.html') diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html index f515a72..9411ee5 100644 --- a/layouts/partials/comment-utterances.html +++ b/layouts/partials/comment-utterances.html @@ -1,10 +1,63 @@
-
-
+
+
+
+
+

{{ i18n "postCommentLoading" }}

-
\ No newline at end of file -- cgit v1.2.3 From 77ec19755260ec2e65ef284a63d28129c42d70dc Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 11:50:45 +0800 Subject: Switch progressbar.js to fa --- layouts/partials/comment-utterances.html | 56 +------------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) (limited to 'layouts/partials/comment-utterances.html') diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html index 9411ee5..d217238 100644 --- a/layouts/partials/comment-utterances.html +++ b/layouts/partials/comment-utterances.html @@ -1,59 +1,5 @@
-
-
-
-
-
- +

{{ i18n "postCommentLoading" }}

-- cgit v1.2.3 From e70742788897138cfb971f78618641a4190707f4 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 13:23:34 +0800 Subject: Pagination adjustment --- layouts/partials/comment-utterances.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'layouts/partials/comment-utterances.html') 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 @@

{{ i18n "postCommentLoading" }}

- +
\ No newline at end of file -- cgit v1.2.3 From 0ed932121cd278fa1678e518728e7bb728bd1a9a Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 23 Apr 2020 19:42:06 +0800 Subject: Adjust comments settings --- layouts/partials/comment-utterances.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'layouts/partials/comment-utterances.html') diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html index b41aef4..b3edfbd 100644 --- a/layouts/partials/comment-utterances.html +++ b/layouts/partials/comment-utterances.html @@ -1,7 +1,9 @@ +{{ with .Site.Params.utterancesRepo }}

{{ i18n "postCommentLoading" }}

- -
\ No newline at end of file + +
+{{ end }} \ No newline at end of file -- cgit v1.2.3