diff options
Diffstat (limited to 'zola-static/content/blog')
| -rw-r--r-- | zola-static/content/blog/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola-static/content/blog/_index.md b/zola-static/content/blog/_index.md index d53e7ce..27ff9cb 100644 --- a/zola-static/content/blog/_index.md +++ b/zola-static/content/blog/_index.md @@ -1,6 +1,6 @@ +++ title = "List of posts" sort_by = "date" -template = "blog.html" +template = "blog-list.html" page_template = "blog-page.html" +++ |
