# Blog The `blog` object represents a blog in the store, providing access to articles and recent updates. ## Usage Example ```liquid {%- comment -%} List all articles in the blog with title, summary, and link {%- endcomment -%} {%- comment -%} Show the 3 most recent articles {%- endcomment -%} ``` ## Properties ### articles Returns all [articles](/reference/liquid/objects/article/) posted to this blog. ### last_updated Returns recently updated [articles](/reference/liquid/objects/article/). ### recent Returns recently published [articles](/reference/liquid/objects/article/).