Blog
The blog templates are the following:
archive.liquid
Located at /yourblogurl/archive
This template lists out the year/month archive of your blog with links to show all entries made in that year/month range.
author.liquid
Located at /yourblogurl/author
This template lists out all of the content authors of the blog posts to show all entries made by each author.
category.liquid
Located at /yourblogurl/category
This template lists out all of the categories associated with your blog to show all entries assigned to the specified category.
entries.liquid
Located at /yourblogurl
This template lists out all entries in your blog.
entries_by_archive.liquid
Located at /yourblogurl/archive/2008/05
This template lists out all entries based on the specified year/month range in the url.
entries_by_author.liquid
Located at /yourblogurl/author/14
This template lists out all entries based on the author username or id in the url.
entries_by_category.liquid
Located at /yourblogurl/category/category-name
This template lists out all entries assigned to the specified category in the url.
entries_by_tag.liquid
Located at /yourblogurl/tag/tag-name
This template lists out all entries tagged with specified tag in the url.
entry.liquid
Located at /yourblogurl/2008/05/07/entry-name
This is the entry detail page specified by the date and permalink in the url.
tag.liquid
Located at /yourblogurl/tag
This template lists out all tags associated with your blog, linked to show all entries assigned to the specified tag.