Hi,
With minimal_mistakes’s layout: splash I’m trying to use
intro:
- title: Welcome!
excerpt: "An [open-source](/about/license) something."
That’s not good - I need the url to be relative. But
intro:
- title: Welcome!
excerpt: "An [open-source]({{'/about/license' | relative_url}}) something."
triggers markdownify to emit a table thanks to the |. What’s the magic spell that allows me to pipe into relative_url in a markdown link? Help appreciated!
Cheers, Axel.