Warning another newbie question, but it is not clear to me who handles this (grav, php, twig, theme, etc). If I take the Blog example in the Antimatter Theme, when I click on a Tag for a blog item listing, it changes the url:
blog/tag:journal
and now I only get a listing of blogs that have that tag in it's yaml file.
Where is this code that ignores the MD files in the pages/blog folder that do not meet that criteria? I want to mimic that same behavior for other content types (documents, samples, guides, tutorials, videos) and am trying to figure out my best file/folder structure.