Blog
Below are documented:
- the variables for the
blog.htmlpage for the blog list of posts - the variables for the
blog-post.htmlpage for a single blog post
In addition to these you can also use the variables common to all pages.
blog.html
The blog lets you publish posts on the site with images. The blog.html page is the main blog page and displays the ten most recent posts sorted by publication date with pagination to browse newer or older posts.
| Instruction | Variable | Description |
|---|---|---|
| show | nextPosts | Link to the next posts (less recent) |
| show | pageNumber | Page number. For the first page it is always empty |
| for | for posts | Blog posts |
| show | previousPosts | Link to the previous posts (more recent) |
for posts
| Instruction | Variable | Description |
|---|---|---|
| show | author | Author |
| show | date | Publication date |
| show | largeImage | Large image |
| show | smallImage | Small image |
| show | summary | Summary |
| show | title | Title |
blog-post.html
Blog post page.
| Instruction | Variable | Description |
|---|---|---|
| show | author | Author |
| show | content | Content |
| show | date | Publication date |
| show | largeImage | Large image |
| show | smallImage | Small image |
| show | summary | Summary |
| show | title | Title |