🐛 fix(blog): correct webmention config typo

- fix typo in config.toml example from 'enable' to 'enabled' to ensure proper functionality
This commit is contained in:
Jeremiah Russell 2025-02-12 14:08:30 +00:00
parent 2bc1f64acc
commit e83cef72eb
No known key found for this signature in database
GPG key ID: E576B835ACE207E5

View file

@ -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"
```