Include favicon in browser tab #12201
Replies: 1 comment 5 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Description
Hi, I have a website built with Quarto which works great overall. I just get one thing not correctly implemented: show my favicon in the browser tab, I include it in the _quarto.yml file:
project:
type: website
output-dir: docs
website:
favicon: "images/icon.png"
Whenever I compile the page, the favicon link is shown in the html as:
I bet there is a simple reason why the "./" is shown there. Did I make an obvious mistake somewhere?
Beta Was this translation helpful? Give feedback.
All reactions