docs(favicon): corrected code block title and added relevant linenostart

This commit is contained in:
Geoffrey Garrett 2022-06-28 20:17:12 +02:00
parent 2685fabd8f
commit 25084b82b0

View File

@ -37,7 +37,7 @@ If you would like to customize the favicons of your quartz-based website, you
can add them to the `data/config.yaml` file. The **default** without any set
`favicon` key is:
```html {title="data/config.yaml", linenos=false}
```html {title="layouts/partials/head.html", linenostart=15}
<link rel="shortcut icon" href="icon.png" type="image/png">
```