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