Skip to main content

blog

The blog template renders the blog page, which lists all articles within a blog.

Location

The blog template is located in the templates directory of the theme:

└── theme
├── layout
├── templates
| ...
| ├── blog.liquid
| ...
...

Content

Your blog template should contain a section that includes the blog object.

The blog object

You can access the Liquid blog object to display the blog details.