From 467122b957f311628f7751914dcad7f174327097 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 16 Oct 2019 20:05:05 +0200 Subject: [PATCH] escaping not necessary --- config.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 2f34e76..4fcbc42 100755 --- a/config.toml +++ b/config.toml @@ -36,9 +36,8 @@ extensions = [ "hardLineBreak" ] [params.mastodoncomments] # Link to your Mastodon profile. Please use the format https:///users/ user = "https://mastodon.social/users/mxmehl" - # 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/.+$' + # A regex which defines the relative path for URLs which you want to grep comments for + regex = '/blog/\d\d\d\d/.+$' # Contact address or URL. Can be a relative or absolute URL, or also a mailto:// address contact = "/contact/"