mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix(config): correct webmentions configuration key
- change "enabled" to "enable" in config.toml for webmentions - update template files to reflect the corrected configuration key
This commit is contained in:
parent
bc65184cd6
commit
2d8ab844f0
3 changed files with 4 additions and 5 deletions
|
@ -373,7 +373,7 @@ service = "goatcounter"
|
|||
self_hosted_url = "https://tabi-stats.osc.garden"
|
||||
|
||||
[extra.webmentions]
|
||||
enabled = true
|
||||
enable = true
|
||||
# Specify the domain registered with webmention.io.
|
||||
domain = "www.example.com"
|
||||
|
||||
|
@ -392,7 +392,7 @@ page_url = "https://www.jrussell.ie/blog/update-and-release/10-update-and-releas
|
|||
wordcount = 20
|
||||
|
||||
# The maximum number of mentions to retrieve. Defaults to 30.
|
||||
# max_webmentions
|
||||
# max_webmentions = 30
|
||||
|
||||
# By default, Webmentions render using the mf2 'url' element, which plays
|
||||
# nicely with webmention bridges (such as brid.gy and telegraph)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue