diff options
Diffstat (limited to 'content/blog/_index.md')
-rwxr-xr-x | content/blog/_index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md index 621c16b..b45b8e4 100755 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,8 @@ +++ title = "Blog" description = "This is our developer journal" +template = "blog_index.html" +page_template = "blog_article.html" sort_by = "date" paginate_by = 5 -+++
\ No newline at end of file ++++ |