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步骤
# 必须要加这个, 奇怪