From 7e313062caabf82f920de294b71e844e1031172f Mon Sep 17 00:00:00 2001 From: Jerome Date: Sun, 25 Feb 2024 19:51:28 -0500 Subject: [PATCH] Fix blog.html -> section.html in documentation --- README.md | 2 +- content/blog/how-to-use.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c576501..67bb5d1 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ The section `blog` is the most standard section. It show a list of article with To use the blog template, configure the section with the following front matter: ```toml -template = "blog.html" +template = "section.html" page_template = "blog-page.html" ``` diff --git a/content/blog/how-to-use.md b/content/blog/how-to-use.md index 52bf490..cf10dcc 100644 --- a/content/blog/how-to-use.md +++ b/content/blog/how-to-use.md @@ -169,7 +169,7 @@ The section `blog` is the most standard section. It show a list of article with To use the blog template, configure the section with the following front matter: ```toml -template = "blog.html" +template = "section.html" page_template = "blog-page.html" ```