---
layout: default
title: blog
nav:
group: Liquid Variables
---
# blog
The blog object has the following attributes:
{% table_of_contents %}
{% anchor_link "blog.all_tags", "blog-all_tags" %}
Returns all tags of all articles of a blog. This includes tags of articles that are not in the current pagination view.
Input
Output
article.
Input
Output
true if comments are enabled, or false if they are disabled.
{% anchor_link "blog.handle", "blog-handle" %}
Returns the handle of the blog.
{% anchor_link "blog.id", "blog-id" %}
Returns the id of the blog.
{% anchor_link "blog.moderated?", "blog-moderated?" %}
Returns true if comments are moderated, or false if they are not moderated.
{% anchor_link "blog.next_article", "blog-next_article" %}
Returns the URL of the next (older) post. Returns "false" if there is no next article.
{% anchor_link "blog.previous_article", "blog-previous_article" %}
Returns the URL of the previous (newer) post. Returns false if there is no next article.
{% anchor_link "blog.tags", "blog-tags" %}
Returns all tags in a blog. Similar to all_tags, but only returns tags of articles that are in the filtered view.
{% anchor_link "blog.title", "blog-title" %}
Returns the title of the blog.
{% anchor_link "blog.url", "blog-url" %}
Returns the relative URL of the blog.