The blog object

Attribute Return type Description
articles array Array of all visible articles in a blog
articles_count int Count of all visible articles in a blog
url string Absolute URL of the blog

articles

Array of all visible articles in a blog

See this page for a list of all available attributes for article.

{% for article in blog.articles %}
    <h2>{{ article.title }}</h2>
{% endfor %}

articles_count

Count of all visible articles in a blog

url

Absolute URL of the blog

layout.contact_modal.title

layout.contact_modal.lead

layout.contact_modal.text