blog theme redesign
This commit is contained in:
15
public/blog/themes/elegant/index.html
Normal file
15
public/blog/themes/elegant/index.html
Normal 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>
|
15
public/blog/themes/nav_fixed/index.html
Normal file
15
public/blog/themes/nav_fixed/index.html
Normal 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>
|
Reference in New Issue
Block a user