This commit is contained in:
life
2014-10-28 14:40:37 +08:00
parent 35c06771e7
commit 33e2428b64
6 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>leanote2</name> <name>leanote-public</name>
<comment>leanote, your own cloud note!</comment> <comment>leanote, your own cloud note!</comment>
<projects> <projects>
</projects> </projects>

View File

@ -1,4 +1,4 @@
{{template "Blog/header.html" .}} {{template "blog/header.html" .}}
<div id="postsContainer"> <div id="postsContainer">
<div id="posts"> <div id="posts">
@ -16,4 +16,4 @@
</div> </div>
</div> </div>
{{template "Blog/footer.html" .}} {{template "blog/footer.html" .}}

View File

@ -1,4 +1,4 @@
{{template "Blog/header.html" .}} {{template "blog/header.html" .}}
<div id="postsContainer"> <div id="postsContainer">
<div class="container"> <div class="container">
@ -44,7 +44,7 @@
</div> </div>
</div> </div>
{{template "Blog/footer.html" .}} {{template "blog/footer.html" .}}
{{template "Blog/highlight.html"}} {{template "blog/highlight.html"}}
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
{{template "Blog/header.html" .}} {{template "blog/header.html" .}}
<div id="postsContainer"> <div id="postsContainer">
<div class="container"> <div class="container">
@ -39,7 +39,7 @@
</div> </div>
</div> </div>
{{template "Blog/footer.html" .}} {{template "blog/footer.html" .}}
{{template "Blog/highlight.html"}} {{template "blog/highlight.html"}}
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
{{template "Blog/header.html" .}} {{template "blog/header.html" .}}
<!-- set页面不是自定义域名和二级域名页 --> <!-- set页面不是自定义域名和二级域名页 -->
<link rel="stylesheet" href="{{.siteUrl}}/tinymce/skins/custom/skin.min.css" type="text/css"> <link rel="stylesheet" href="{{.siteUrl}}/tinymce/skins/custom/skin.min.css" type="text/css">
@ -198,7 +198,7 @@
</div> </div>
{{template "Blog/footer.html" .}} {{template "blog/footer.html" .}}
<script src="{{.siteUrl}}/js/common-min.js"></script> <script src="{{.siteUrl}}/js/common-min.js"></script>
<script type="text/javascript" src="{{.siteUrl}}/tinymce/tinymce.min.js"></script> <script type="text/javascript" src="{{.siteUrl}}/tinymce/tinymce.min.js"></script>

View File

@ -1,4 +1,4 @@
{{template "Blog/header.html" .}} {{template "blog/header.html" .}}
<div id="postsContainer"> <div id="postsContainer">
<div id="posts"> <div id="posts">
@ -56,8 +56,8 @@
</div> </div>
</div> </div>
</div> </div>
{{template "Blog/footer.html" .}} {{template "blog/footer.html" .}}
{{template "Blog/highlight.html"}} {{template "blog/highlight.html"}}
<div id="blogNav"> <div id="blogNav">
<div id="blogNavNav"> <div id="blogNavNav">
<i class="fa fa-align-justify" title="文档导航"></i> <i class="fa fa-align-justify" title="文档导航"></i>