Can someone point me to a resource that explains how the URL parameters like /tag:foobar work? I probably just missed it, but I am wondering what parameters are supported or how they are chosen to modify the page content.
Is it just used for taxonomy or for other things too?
And how’d I set up a URL using the Feed plugin that creates a feed for the chosen tag ("…/blog.atom/tag:travel"). Currently the feed is set up doing this:
{% set feed_url = blog.url == '/' or blog.url == base_url_relative ? (base_url_relative~'/'~blog.slug) : blog.url %}