From e83cef72ebbd87c6d3965d3d200ee0a567102d66 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Wed, 12 Feb 2025 14:08:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(blog):=20correct=20webmentio?= =?UTF-8?q?n=20config=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix typo in config.toml example from 'enable' to 'enabled' to ensure proper functionality --- content/blog/shortcodes/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/shortcodes/index.md b/content/blog/shortcodes/index.md index 5d115a3..9cbfbac 100644 --- a/content/blog/shortcodes/index.md +++ b/content/blog/shortcodes/index.md @@ -1,7 +1,7 @@ +++ title = "Custom shortcodes" date = 2023-02-19 -updated = 2025-02-11 +updated = 2025-02-12 description = "This theme includes some useful custom shortcodes that you can use to enhance your posts. Whether you want to display images that adapt to light and dark themes, or format a professional-looking reference section, these custom shortcodes have got you covered." [taxonomies] @@ -455,7 +455,7 @@ Enable webmentions for your site, add the following to your `config.toml` file: ```toml [extra.webmentions] -enable = true +enabled = true # Specify the domain registered with webmention.io. domain = "www.example.com" ```