Dear friends,
I want below url to work:
https://www.rohanbhardwaj.com/guide/book/intro/
I have following in my YAML file
routes:
collections:
/guide/book/:
permalink: /guide/book/{slug}/
filter: tag:hash-book
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
#book is internal tag.
I have tagged pages with tag but the URL of that page doesn’t change. Kindly help.