Listing field not inherited from global _quarto.yml #3088
Unanswered
kris-brown
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think the issue is the location of this option. But, maybe, Quarto listing should inherits from |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a global
_quarto.yml
with adate: last-modified
line which applies to all the.qmd
files in my project.I then have a listing in my project:
But the
date
field is rendered empty unless I explicitly putdate: last-modified
in the corresponding files. Is there anything I can do such that the listing defaults to the globalyml
file when a field isn't found?Beta Was this translation helpful? Give feedback.
All reactions