I have some Panini front matter like this:
title: Page Title
...which I am inserting into my page like this:
{{ title }}
How would I go about dynamically changing the value of "title" so that the page name would change? Can this be done?
Thanks.