mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🔧 chore(config): update webmention configurations
- remove default page URL comment in config.toml - disable webmentions in theme.toml by default - clear domain field in theme.toml for flexibility
This commit is contained in:
parent
2251289e90
commit
d5d6e91e53
2 changed files with 3 additions and 3 deletions
|
@ -383,7 +383,7 @@ enable = false
|
|||
|
||||
# data configuration for the webmention.min.js script
|
||||
# The base URL to use for this page. Defaults to window.location
|
||||
# page_url = ""
|
||||
# page_url =
|
||||
|
||||
# Additional URLs to check, separated by |s
|
||||
# add_urls
|
||||
|
|
|
@ -321,9 +321,9 @@ custom_subset = true
|
|||
# self_hosted_url = ""
|
||||
|
||||
[extra.webmentions]
|
||||
# enabled = true
|
||||
# enabled = false
|
||||
# Specify the domain registered with webmention.io.
|
||||
# domain = "www.example.com"
|
||||
# domain = ""
|
||||
|
||||
# The HTML ID for the object to fill in with the webmention data.
|
||||
# Defaults to "webmentions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue