Hi there,
I have these categories in my Hugo website
# page front matter
---
title: ""
date:
draft:
properties: sale
---
# there 2 sub categories sale and rent
What can I do in Hugo to achieve this result
# for properties in category sale
example.com/for-sale/
# for properties in category rent
example.com/to-rent/
can Hugo detect and modify permalink based on the given details in the page front matter?
Thanks