Is it possible to include a footnote file globally? #4379
Unanswered
ChristianWatkins
asked this question in
Q&A
Replies: 1 comment
-
Not a direct answer but usually to add some content in all docs, you can use includes (https://quarto.org/docs/reference/formats/html.html#includes). The after body one is usually well suited for this kind of things. However, this needs to be HTML and not |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've made a global footnote file that I include in my posts on a post by post basis like this:
{{< include ../../_footnotes.qmd >}}
Is there a way to set this up in
/posts/_metadata.yml
or something similiar?I want to just reference the file once i one file instead of in each and every post.
Beta Was this translation helpful? Give feedback.
All reactions