diff --git a/.project b/.project index 93492f7..94ff2e0 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - leanote2 + leanote-public leanote, your own cloud note! diff --git a/app/views/Blog/about_me.html b/app/views/Blog/about_me.html index c67a0d3..1c6f303 100644 --- a/app/views/Blog/about_me.html +++ b/app/views/Blog/about_me.html @@ -1,4 +1,4 @@ -{{template "Blog/header.html" .}} +{{template "blog/header.html" .}}
@@ -16,4 +16,4 @@
-{{template "Blog/footer.html" .}} \ No newline at end of file +{{template "blog/footer.html" .}} \ No newline at end of file diff --git a/app/views/Blog/index.html b/app/views/Blog/index.html index 5f863b6..9b75dc8 100644 --- a/app/views/Blog/index.html +++ b/app/views/Blog/index.html @@ -1,4 +1,4 @@ -{{template "Blog/header.html" .}} +{{template "blog/header.html" .}}
@@ -44,7 +44,7 @@
-{{template "Blog/footer.html" .}} -{{template "Blog/highlight.html"}} +{{template "blog/footer.html" .}} +{{template "blog/highlight.html"}} \ No newline at end of file diff --git a/app/views/Blog/search.html b/app/views/Blog/search.html index cc012a7..e1252b4 100644 --- a/app/views/Blog/search.html +++ b/app/views/Blog/search.html @@ -1,4 +1,4 @@ -{{template "Blog/header.html" .}} +{{template "blog/header.html" .}}
@@ -39,7 +39,7 @@
-{{template "Blog/footer.html" .}} -{{template "Blog/highlight.html"}} +{{template "blog/footer.html" .}} +{{template "blog/highlight.html"}} \ No newline at end of file diff --git a/app/views/Blog/set.html b/app/views/Blog/set.html index d078f6c..5602321 100644 --- a/app/views/Blog/set.html +++ b/app/views/Blog/set.html @@ -1,4 +1,4 @@ -{{template "Blog/header.html" .}} +{{template "blog/header.html" .}} @@ -198,7 +198,7 @@ - {{template "Blog/footer.html" .}} + {{template "blog/footer.html" .}} diff --git a/app/views/Blog/view.html b/app/views/Blog/view.html index 0c76ff5..44cad8b 100644 --- a/app/views/Blog/view.html +++ b/app/views/Blog/view.html @@ -1,4 +1,4 @@ -{{template "Blog/header.html" .}} +{{template "blog/header.html" .}}
@@ -56,8 +56,8 @@
-{{template "Blog/footer.html" .}} -{{template "Blog/highlight.html"}} +{{template "blog/footer.html" .}} +{{template "blog/highlight.html"}}