diff --git a/i18n/en.yaml b/i18n/en.yaml
index d114344..25c86cd 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -102,20 +102,16 @@ PostReadMore:
PostEditTitle:
other: Edit this post
-PostCRTitle:
- other: Post Title
-PostCRAuthor:
- other: Post Author
-PostCRLink:
- other: Post Link
-PostCROriginAuthor:
- other: Written By
-PostCROriginLink:
- other: Originally From
-PostCRLicenseTitle:
- other: Copyright Notice
-PostCRLicenseContent:
- other: "All articles in this blog are licensed under %s unless stating additionally."
+PostCopyRight:
+ title: Post Title
+ author: Post Author
+ link: Post Link
+ origin:
+ author: Written By
+ link: Originally From
+ license:
+ title: Copyright Notice
+ content: "All articles in this blog are licensed under %s unless stating additionally."
PostFollowMe:
other: Welcome to my other publishing channels
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index 139470d..04083b0 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -103,20 +103,16 @@ PostReadMore:
PostEditTitle:
other: 编辑
-PostCRTitle:
- other: 文章标题
-PostCRAuthor:
- other: 本文作者
-PostCRLink:
- other: 本文链接
-PostCROriginAuthor:
- other: 原文作者
-PostCROriginLink:
- other: 原文链接
-PostCRLicenseTitle:
- other: 版权声明
-PostCRLicenseContent:
- other: "本博客所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
+PostCopyRight:
+ title: 文章标题
+ author: 本文作者
+ link: 本文链接
+ origin:
+ author: 原文作者
+ link: 原文链接
+ license:
+ title: 版权声明
+ content: "本博客所有文章除特别声明外,均采用 %s 许可协议。转载请注明出处!"
PostFollowMe:
other: 欢迎关注我的其它发布渠道
diff --git a/layouts/partials/post/footer_meta/copyright.html b/layouts/partials/post/footer_meta/copyright.html
index e23ab72..ea12756 100644
--- a/layouts/partials/post/footer_meta/copyright.html
+++ b/layouts/partials/post/footer_meta/copyright.html
@@ -3,32 +3,32 @@