From 7bb05bd9e798379ec7d6da202bf7f8a598678e50 Mon Sep 17 00:00:00 2001 From: life Date: Tue, 27 May 2014 13:55:18 +0800 Subject: [PATCH] index --- app/views/Home/header.html | 2 ++ app/views/Home/index.html | 12 ++++++++++++ messages/msg.en | 5 +++++ messages/msg.zh | 4 ++++ 4 files changed, 23 insertions(+) diff --git a/app/views/Home/header.html b/app/views/Home/header.html index c2c6d1d..fb70131 100644 --- a/app/views/Home/header.html +++ b/app/views/Home/header.html @@ -48,7 +48,9 @@ function log(o) { diff --git a/app/views/Home/index.html b/app/views/Home/index.html index 9c55b5e..af3e9c0 100644 --- a/app/views/Home/index.html +++ b/app/views/Home/index.html @@ -61,6 +61,18 @@ +
+

{{msg . "download"}}

+ +
+ {{template "home/footer.html"}} diff --git a/messages/msg.en b/messages/msg.en index b4584b3..e3630bd 100644 --- a/messages/msg.en +++ b/messages/msg.en @@ -123,5 +123,10 @@ uploadImage=Upload image aboutMe=About me blogSet=Set blog +# index +discussion=Discussion +download=Download +howToInstallLeanote=How to install leanote + # error notFound=This page cann't found. diff --git a/messages/msg.zh b/messages/msg.zh index 51c07dc..0898182 100644 --- a/messages/msg.zh +++ b/messages/msg.zh @@ -127,6 +127,10 @@ blogSet=博客设置 # error notFound=该页面不存在 +# index +discussion=参与讨论 +download=下载 +howToInstallLeanote=安装leanote步骤 # 必须要加这个, 奇怪