blog theme redesign

This commit is contained in:
life
2015-01-10 19:04:46 +08:00
parent df9bc37e1d
commit d5dabecb81
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{{template "header.html" .}}
<div id="postsContainer">
<div id="posts">
{{template "post_abstract.html" $}}
<!-- paging -->
{{template "paging.html" $}}
</div>
</div>
{{template "footer.html" $}}
{{template "highlight.html" $}}
</body>
</html>

View File

@ -0,0 +1,15 @@
{{template "header.html" .}}
<div id="postsContainer">
<div id="posts">
{{template "post_abstract.html" $}}
<!-- paging -->
{{template "paging.html" $}}
</div>
</div>
{{template "footer.html" $}}
{{template "highlight.html" $}}
</body>
</html>