Hi, I have this structure:
content/
my-section/
foo.md
files/
foo.yaml
I want to show a permalink to foo.yaml
from foo.md
, such as http://example.com/my-section/files/foo.yaml
.
I’m looking for a shortcode like ref
and relref
that can generate a permalink URL. (It looks like ref/relref only works with content pages and not files.)