views
This commit is contained in:
2
.project
2
.project
@ -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>
|
||||||
|
@ -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" .}}
|
@ -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>
|
@ -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>
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user