diff --git a/i18n/cn.toml b/i18n/cn.toml
index 86f2acf..f1dafde 100644
--- a/i18n/cn.toml
+++ b/i18n/cn.toml
@@ -2,6 +2,8 @@
other = "首页"
[docs]
other = "文档"
+[blog]
+other = "博客"
[community]
other = "社区"
[code]
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 54467fe..60ea690 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -26,7 +26,7 @@
-
+
-
@@ -36,6 +36,9 @@
-
{{ T "docs" }}
+ -
+ {{ T "blog" }}
+
-
{{ T "community" }}
diff --git a/static/js/actix.js b/static/js/actix.js
index ef2cb66..63e4c3d 100644
--- a/static/js/actix.js
+++ b/static/js/actix.js
@@ -1,3 +1,9 @@
+window.onload = function(){
+ if (window.location.href.search("cn") == -1) {
+ document.getElementById("nav-blog").style.display = "none"
+ }
+}
+
(function() {
function activateFeature(sel) {
$('div.actix-feature').hide();