Hi, I’m newbie,
How I can show full articles with antimatter theme?
Template demo: https://demo.getgrav.org/blog-skeleton/
Thx in advance for response
Do you want to display the full content of each post in the blog list (vs. just a summary)? if so, add this item to the frontmatter of each post:
continue_link: false
So, for example the revised frontmatter of the “Sunshine in the Hills” post would be:
title: Sunshine in the Hills
date: 14:55 07/11/2014
author: Tasha Maxwell
taxonomy:
category: blog
tag: [journal, photography]
continue_link: false
That’s what I was looking for,
Thank you so much for your response