diff --git a/hugo.yaml b/hugo.yaml
index 67ec01b..f325898 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -143,7 +143,7 @@ params:
footer:
enable: true
displayCopyright: true
- displayPoweredBy: false
+ displayPoweredBy: true
width: normal
# Display the last modification date
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..cf4fe53
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,2 @@
+copyright: '浙ICP备15016890-3号'
+poweredBy: '© 2025 Ruohang Feng'
diff --git a/i18n/tw.yaml b/i18n/tw.yaml
index 7750807..8bc808f 100644
--- a/i18n/tw.yaml
+++ b/i18n/tw.yaml
@@ -1,7 +1,8 @@
backToTop: "返回頂部"
changeLanguage: "切換語言"
changeTheme: "切換主題"
-copyright: "© 2025 Hextra Project."
+copyright: '浙ICP备15016890-3号'
+poweredBy: '© 2025 馮若航'
dark: "深色"
editThisPage: "在 GitHub 上編輯此頁 →"
lastUpdated: "最後更新於"
@@ -9,6 +10,5 @@ light: "淺色"
noResultsFound: "無結果"
onThisPage: "此頁上"
tags: "標籤"
-poweredBy: "由 Hextra 驅動"
readMore: "更多 →"
searchPlaceholder: "搜尋文檔..."
\ No newline at end of file
diff --git a/i18n/v2.yaml b/i18n/v2.yaml
index 18dfa5d..d4c24a1 100644
--- a/i18n/v2.yaml
+++ b/i18n/v2.yaml
@@ -1,7 +1,8 @@
backToTop: "返回顶部"
changeLanguage: "切换语言"
changeTheme: "切换主题"
-copyright: "© 2025 Hextra Project."
+copyright: '浙ICP备15016890-3号'
+poweredBy: '© 2025 冯若航'
dark: "深色"
editThisPage: "在 GitHub 上编辑此页 →"
lastUpdated: "最后更新于"
@@ -9,7 +10,6 @@ light: "浅色"
noResultsFound: "无结果"
onThisPage: "此页上"
tags: "标签"
-poweredBy: "由 Hextra 驱动"
readMore: "更多 →"
searchPlaceholder: "搜索文档..."
previous: "上一页"
diff --git a/i18n/zh.yaml b/i18n/zh.yaml
index 18dfa5d..d4c24a1 100644
--- a/i18n/zh.yaml
+++ b/i18n/zh.yaml
@@ -1,7 +1,8 @@
backToTop: "返回顶部"
changeLanguage: "切换语言"
changeTheme: "切换主题"
-copyright: "© 2025 Hextra Project."
+copyright: '浙ICP备15016890-3号'
+poweredBy: '© 2025 冯若航'
dark: "深色"
editThisPage: "在 GitHub 上编辑此页 →"
lastUpdated: "最后更新于"
@@ -9,7 +10,6 @@ light: "浅色"
noResultsFound: "无结果"
onThisPage: "此页上"
tags: "标签"
-poweredBy: "由 Hextra 驱动"
readMore: "更多 →"
searchPlaceholder: "搜索文档..."
previous: "上一页"