v1.1 update theme <div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
This commit is contained in:
@ -594,5 +594,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
|
||||
}
|
||||
|
||||
func (this *ConfigService) GetVersion() string {
|
||||
return "1.0-beta.4"
|
||||
return "1.1"
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<br />
|
||||
Copyright © 2014-2015 <a href="https://leanote.com">Leanote</a>
|
||||
<br />
|
||||
Powered by <a href="https://leanote.com">Leanote</a>
|
||||
Proudly powered by <a href="https://leanote.com">Leanote</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<i class="fa fa-globe fa-3x icon-muted"></i>
|
||||
|
@ -51,6 +51,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
|
||||
</div>
|
||||
<script src="{{$.jQueryUrl}}"></script>
|
||||
<script src="{{$.bootstrapJsUrl}}"></script>
|
||||
|
@ -205,6 +205,11 @@ ul.dropdown-menu {
|
||||
padding-bottom: 10px;
|
||||
width: 700px;
|
||||
}
|
||||
.footer-leanote {
|
||||
text-align: center;
|
||||
padding: 3px 0;
|
||||
color: #ccc;
|
||||
}
|
||||
.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
|
@ -51,6 +51,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
|
||||
</div>
|
||||
<script src="{{$.jQueryUrl}}"></script>
|
||||
<script src="{{$.bootstrapJsUrl}}"></script>
|
||||
|
@ -357,6 +357,11 @@ a:hover {
|
||||
#search {
|
||||
width: 150px;
|
||||
}
|
||||
.footer-leanote {
|
||||
text-align: center;
|
||||
padding: 3px 0;
|
||||
color: #ccc;
|
||||
}
|
||||
#footerContainer {
|
||||
background-color: #ffffff;
|
||||
color: #666666;
|
||||
@ -518,6 +523,7 @@ a:hover {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
@ -51,6 +51,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-leanote">Proudly powered by <a href="https://leanote.com">Leanote</a></div>
|
||||
</div>
|
||||
<script src="{{$.jQueryUrl}}"></script>
|
||||
<script src="{{$.bootstrapJsUrl}}"></script>
|
||||
|
@ -204,6 +204,11 @@ ul.dropdown-menu {
|
||||
#footer {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.footer-leanote {
|
||||
text-align: center;
|
||||
padding: 3px 0;
|
||||
color: #ccc;
|
||||
}
|
||||
.navbar-brand {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user