From 25084b82b0303cb0527c5186c65e0b94e7fdedb6 Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Tue, 28 Jun 2022 20:17:12 +0200 Subject: [PATCH] docs(favicon): corrected code block title and added relevant `linenostart` --- content/notes/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/config.md b/content/notes/config.md index ee3b9f572..14e07f95e 100644 --- a/content/notes/config.md +++ b/content/notes/config.md @@ -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} ```