I want to create a page which just lists some quotes. However, I like to use the default directory layout and keep the quotes in the content/
folder. I also want to add tags to the posts for later use so that’s why I want to stick with this approach.
Is this somehow possible? What do I need to replace {{ .Render "summary"}}
with in order to have the full post listed?
Can I get rid of the single post views?