From 50ff9244c9cba6ccda9655c0143fe1679f417b55 Mon Sep 17 00:00:00 2001 From: krircc Date: Mon, 25 Jun 2018 09:41:51 +0800 Subject: [PATCH] add blog nav in cn site --- i18n/cn.toml | 2 ++ layouts/partials/header.html | 5 ++++- static/js/actix.js | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) 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 @@