diff options
Diffstat (limited to 'templates/_layouts/blog.html')
| -rw-r--r-- | templates/_layouts/blog.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/_layouts/blog.html b/templates/_layouts/blog.html new file mode 100644 index 0000000..3b0ab27 --- /dev/null +++ b/templates/_layouts/blog.html @@ -0,0 +1,7 @@ +<section class="post-list"> + $for(posts)$ + $partial("templates/_includes/components/post.html")$ + $endfor$ +</section> + +$partial("templates/_includes/components/pagination.html")$ |
