From 032470c3dfa6021c6d1d25dabf78bc6987357eff Mon Sep 17 00:00:00 2001 From: lealife Date: Sat, 24 Dec 2016 15:47:57 +0800 Subject: [PATCH] v 2.2 --- app/service/ConfigService.go | 2 +- app/views/admin/index.html | 4 ++-- app/views/admin/nav.html | 2 ++ app/views/admin/top.html | 16 +++------------- app/views/errors/404.html | 2 +- app/views/errors/500.html | 2 +- app/views/home/find_password.html | 2 +- app/views/home/find_password2.html | 2 +- app/views/home/find_password2_timeout.html | 2 +- app/views/home/footer.html | 15 +++++++-------- app/views/home/login.html | 2 +- app/views/home/register.html | 2 +- app/views/member/top.html | 2 +- bin/release.sh | 2 +- 14 files changed, 24 insertions(+), 33 deletions(-) diff --git a/app/service/ConfigService.go b/app/service/ConfigService.go index d88d706..dee7be2 100644 --- a/app/service/ConfigService.go +++ b/app/service/ConfigService.go @@ -606,5 +606,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool { } func (this *ConfigService) GetVersion() string { - return "2.0" + return "2.2" } diff --git a/app/views/admin/index.html b/app/views/admin/index.html index 0b718de..a661c22 100644 --- a/app/views/admin/index.html +++ b/app/views/admin/index.html @@ -42,7 +42,7 @@ - + - + {{template "admin/footer.html" .}}