Blog page variables
| Variable | Description |
|---|---|
| number | Number of posts to show at a time e.g. {{ page.blog.number }} |
| is_posting_public? | Allow any logged in user to post from the public site e.g. {% if page.blog.is_posting_public? %} |
| public_posting_prompt | If public posting is enabled, what to call the input form, ie, "Add your voice" e.g. {{ page.blog.public_posting_prompt }} |
| most_recent_blog_posts | Most recent blog posts e.g. |