How can I suppress the "Authors" heading in Quarto output? #767
-
Hello. I've searched through the Quarto documentation and gallery, but have not been able to find an answer to my question. How can I suppress the "Authors" heading on the output files that are rendered? By default, it places the "Authors" heading under the page title, even if no authors are listed in the quarto.yml or index.yml files. I can manually delete it in the index.html file, but it will reappear when rendered again. It seems like there is probably a simple solution, but I'm at a loss. Thanks in advance. --Trey |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you confirm what version of Quarto you're using? We had this bug (the empty authors label appearing) and I think that we fixed it, so it could just be a version issue. If you're on the latest version, that means I probably somehow regressed it... You can check version that generated the page by viewing the source and looking for the meta generator tag... |
Beta Was this translation helpful? Give feedback.
Can you confirm what version of Quarto you're using? We had this bug (the empty authors label appearing) and I think that we fixed it, so it could just be a version issue. If you're on the latest version, that means I probably somehow regressed it... You can check version that generated the page by viewing the source and looking for the meta generator tag...