How to put a logo below the sidebar in a quarto book?
09:20 02 Jul 2024

I would like to build a png-image below the sidebar on the right in a quarto-book:

enter image description here

I have tried to find a solution with the help of ChatGPT. Unfortunately not successful. So I don't have a solution. But here is my code:

index.qmd:

# Preface {.unnumbered}

This is a Quarto book.

To learn more about Quarto books visit .

_quarto.yml:

project:
  type: book

book:
  title: "q_book_exampl"
  author: "Norah Jones"
  date: "2.7.2024"
  chapters:
    - index.qmd 
format:
  html:
    theme: cosmo 

Here is the test image: enter image description here

quarto