How to add last-modified date in footer #5504
Answered
by
mcanouil
peterschindler
asked this question in
Q&A
-
Dear Quarto community, I was wondering how to get the Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 11, 2023
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
peterschindler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are no quotes in shortcodes or at least they are not needed. They only make the shortcode longer to type and less readable.
"last-modified" is not a YAML key, it's a value for
date
, thus if you want to get the value you need to call meta shortcode on date.Below is an example using
format: revealjs
, since you did not specify any.Hope this help as the same principle should work for any YAML key and for any formats.
See Quarto document code.