diff options
author | amzrk2 | 2020-06-04 16:02:57 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-04 16:02:57 +0800 |
commit | 98cd7b30728bd5d98abbfea10000038604a59156 (patch) | |
tree | ae04a23daf2845703d757bb9e4f10d8ec2365483 /layouts | |
parent | d185ecccaabcaf4a9cced394d5b72f246bc2e5e7 (diff) | |
download | hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.tar.gz hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.tar.bz2 hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.zip |
Comment area i18n
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() { |