aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-30 14:15:57 +0300
committerValentin Popov <valentin@popov.link>2023-08-30 14:15:57 +0300
commit8e8f1bf81dce79972d1e885423c445697b44af7a (patch)
treed1cb0cf00556db94fcc62abcb08964d9ea4aebc9 /config.toml
parent3c395dcc5c66abed47d4a764a1102b0ea4b7eab9 (diff)
downloadpopov.link-8e8f1bf81dce79972d1e885423c445697b44af7a.tar.xz
popov.link-8e8f1bf81dce79972d1e885423c445697b44af7a.zip
Removed nofollow attribute
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index c20d599..0f2acc6 100644
--- a/config.toml
+++ b/config.toml
@@ -58,10 +58,10 @@ render_emoji = true
external_links_target_blank = true
# Whether to set rel="nofollow" for all external links
-external_links_no_follow = true
+external_links_no_follow = false
# Whether to set rel="noreferrer" for all external links
-external_links_no_referrer = true
+external_links_no_referrer = false
# Whether smart punctuation is enabled (changing quotes, dashes, dots in their typographic form)
# For example, `...` into `…`, `"quote"` into `“curly”` etc