aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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