Blog

Retrieve the id of the blog.

{{ blog.id }}

Retrieve the title of the blog.

{{ blog.title }}

Retrieve the created_at date of the blog.

{{ blog.created_at }}

Retrieve the updated_at date of the blog.

{{ blog.updated_at }}

Retrieve the publish date of the blog.

{{ blog.publish_date }}

Retrieve the url path of the blog.

{{ blog.url_path }}

Check to see if there are breadcrumbs associated with the blog.

{{ blog.breadcrumbs? }}

Check to see if there are comments associated with the blog.

{{ blog.comments? }}

Check to see if there are tags associated with the blog.

{{ blog.tags? }}

Check to see if there are categories associated with the blog.

{{ blog.categories? }}

Check to see if there are authors associated with the blog.

{{ blog.authors? }}

Check to see if there are archives associated with the blog.

{{ blog.archives? }}

Retrieve the breadcrumbs of the blog.

{{ blog.breadcrumbs }}

Retrieve the tags associated with the blog.

{{ blog.tags }}

Retrieve the categories associated with the blog.

{{ blog.categories }}

Retrieve the authors associated with the blog.

{{ blog.authors }}

Retrieve the archives associated with the blog.

{{ blog.archives }}