From 2685fabd8fbb08e8a98706c202addde96081520f Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Tue, 28 Jun 2022 20:12:37 +0200 Subject: [PATCH] feat(config example): added `enableCodeBlockTitle` key --- content/notes/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/notes/config.md b/content/notes/config.md index d5a42232f..ee3b9f572 100644 --- a/content/notes/config.md +++ b/content/notes/config.md @@ -13,6 +13,7 @@ The majority of configuration can be found under `data/config.yaml`. An annotate name: Your name here! # Shows in the footer enableToc: true # Whether to show a Table of Contents enableLinkPreview: true # whether to render card previews for links +enableCodeBlockTitle: true # whether to render titles for code blocks description: Page description to show to search engines page_title: Quartz Example Page # Default Page Title