Hi, I have been struggling to find a way to have my page title redirect to open a PDF file in the browser.
What I have (obviously) been able to do is insert [file](file.pdf) into a default Grav themed page, and clicking on the link in the page, the browser opens the PDF.
Is there a way to do the same immediately from the page title? So that clicking on the page title doesn't open the page, but directly the pdf?
I could use the redirect frontmatter, but then I can't seem to reference a local file, but would have to upload the PDF to some other cloud provider and create a share link.
Thanks!