-
I have made the _quarto yaml that looks like this, for a blog project: website: format: Then, the stock index.qmd, like this: title: "mvpblog"
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I was able to make the page render the way I wanted by moving the "body-footer" line above the nav-bar, where I was able to see that it was indented incorrectly. There was still a spurious error message about something in line 3, but that went away as I reformatted. The desired footer appeared. The quarto documentation of body-footer in the yaml was helpful in diagnosing this, but I still wish I could see the version of Quarto I am using. Meanwhile, come visit me anytime at minimum viable python dot com |
Beta Was this translation helpful? Give feedback.
-
you can do |
Beta Was this translation helpful? Give feedback.
you can do
quarto --version
to the version. A metagenerator
tag is also written into the HTML which indicates the version used to build the page.