escaping not necessary

This commit is contained in:
2019-10-16 20:05:05 +02:00
parent e49778e0ed
commit 467122b957

View File

@@ -36,9 +36,8 @@ extensions = [ "hardLineBreak" ]
[params.mastodoncomments] [params.mastodoncomments]
# Link to your Mastodon profile. Please use the format https://<instanceURL>/users/<youruser> # Link to your Mastodon profile. Please use the format https://<instanceURL>/users/<youruser>
user = "https://mastodon.social/users/mxmehl" user = "https://mastodon.social/users/mxmehl"
# A regex which defines the relative path for URLs which you want to grep comments for. # A regex which defines the relative path for URLs which you want to grep comments for
# Character classes like \d (digits) have to be escaped, so \\d regex = '/blog/\d\d\d\d/.+$'
regex = '/blog/\\d\\d\\d\\d/.+$'
# Contact address or URL. Can be a relative or absolute URL, or also a mailto:// address # Contact address or URL. Can be a relative or absolute URL, or also a mailto:// address
contact = "/contact/" contact = "/contact/"