I'm trying to render a quarto book index.qmd file without displaying the book title in the rendered html.
I've tried adding this to my index.qmd file:
---
title-block-style: none
---
The book title still renders on the page.
Ideally I would just like the cover image to be displayed without any additional text (all that information is already in the cover image).
Any help will be greatly appreciated.
Quarto is amazing, and it just keeps getting better!