Is there any way to insert a shortcode inside Front Matter of a Post. For example:
+++
title = "{{% section %}} Features"
date = "2018-01-31"
type = "post"
+++
or
+++
title = "{{ .Page.Section }} Features"
date = "2018-01-31"
type = "post"
+++
I’ve tried, but it doesn’t work.
Thanks!