Skip to content

Commit

Permalink
Merge pull request #14 from jdecourval/fix-blog-section
Browse files Browse the repository at this point in the history
doc: Fix blog.html -> section.html in documentation
  • Loading branch information
adfaure authored Feb 26, 2024
2 parents 722007c + 7e31306 commit 8eb8ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down
2 changes: 1 addition & 1 deletion content/blog/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 8eb8ffb

Please sign in to comment.