diff --git a/content/blog/_index.md b/content/blog/_index.md index a9c2a08..920e824 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,9 +1,9 @@ +++ title = "List of blog posts" sort_by = "date" -template = "index.html" +template = "blog-list.html" page_template = "blog-page.html" -paginate_by = 4 +paginate_by = 9 +++ diff --git a/templates/blog-list.html b/templates/blog-list.html new file mode 100644 index 0000000..c8dc0ef --- /dev/null +++ b/templates/blog-list.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% import 'macros/card.html' as macro_card -%} + +{% block content %} +