diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/comment-disqus.html | 2 | ||||
-rw-r--r-- | layouts/partials/comment-disqusjs.html | 2 | ||||
-rw-r--r-- | layouts/partials/comment-utterances.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/comment-disqus.html b/layouts/partials/comment-disqus.html index 909c0ed..782e369 100644 --- a/layouts/partials/comment-disqus.html +++ b/layouts/partials/comment-disqus.html @@ -1,6 +1,6 @@ <div class="post-comment" data-comment="disqus"> <span class="post-comment-notloaded"> - <ion-icon name="chatbox-ellipses"></ion-icon> 查看评论 + <ion-icon name="chatbox-ellipses"></ion-icon> {{ i18n "postComment" }} </span> <div id="disqus_thread" style="display: none;"></div> <script> diff --git a/layouts/partials/comment-disqusjs.html b/layouts/partials/comment-disqusjs.html index ebede31..eafa1de 100644 --- a/layouts/partials/comment-disqusjs.html +++ b/layouts/partials/comment-disqusjs.html @@ -1,6 +1,6 @@ <div class="post-comment" data-comment="disqus"> <span class="post-comment-notloaded"> - <ion-icon name="chatbox-ellipses"></ion-icon> 查看评论 + <ion-icon name="chatbox-ellipses"></ion-icon> {{ i18n "postComment" }} </span> <div id="disqus_thread" style="display: none;"></div> <script src="https://cdn.jsdelivr.net/npm/disqusjs@1.3/dist/disqus.js"></script> diff --git a/layouts/partials/comment-utterances.html b/layouts/partials/comment-utterances.html index f6766d5..f8683b6 100644 --- a/layouts/partials/comment-utterances.html +++ b/layouts/partials/comment-utterances.html @@ -1,6 +1,6 @@ <div class="post-comment" data-comment="utterances"> <span class="post-comment-notloaded"> - <ion-icon name="chatbox-ellipses"></ion-icon> 查看评论 + <ion-icon name="chatbox-ellipses"></ion-icon> {{ i18n "postComment" }} </span> <script> function loadComment() { |