Open the blog
This commit is contained in:
7
themes/templates/blog.html
Normal file
7
themes/templates/blog.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<section class="post-list">
|
||||
$for(posts)$
|
||||
$partial("_includes/components/post.html")$
|
||||
$endfor$
|
||||
</section>
|
||||
|
||||
$partial("_includes/components/pagination.html")$
|
Reference in New Issue
Block a user