blog
A blog and its articles.
Properties
| Property | Description |
|---|---|
blog.all_tags | Every tag across products. |
blog.articles | Articles list. |
blog.articles_count | Number of articles. |
blog.comments_enabled? | Boolean predicate for comments_enabled on this blog. |
blog.current_tag | Buyer-visible current_tag value for this blog. |
blog.current_tags | Buyer-visible current_tags value for this blog. |
blog.handle | URL-safe unique slug. |
blog.id | Unique identifier. |
blog.metafields | Metafields on this resource. |
blog.moderated? | Boolean predicate for moderated on this blog. |
blog.next_article | Buyer-visible next_article value for this blog. |
blog.posts | Buyer-visible posts value for this blog. |
blog.previous_article | Buyer-visible previous_article value for this blog. |
blog.seo_description | Buyer-visible seo_description value for this blog. |
blog.seo_title | Buyer-visible seo_title value for this blog. |
blog.tags | Tags as an array of strings. |
blog.template_suffix | Buyer-visible template_suffix value for this blog. |
blog.title | Display title. |
blog.url | Relative URL of the resource. |
Property list is generated from the storefront engine (BlogDrop), so it always matches what your theme can use. Use {{ blog | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.