From 8e8f1bf81dce79972d1e885423c445697b44af7a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 30 Aug 2023 15:15:57 +0400 Subject: Removed nofollow attribute --- config.toml | 4 ++-- templates/includes/contacts.html | 2 +- templates/includes/useful_links.html | 2 +- 3 files changed, 4 insertions(+), 4 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 diff --git a/templates/includes/contacts.html b/templates/includes/contacts.html index c311bdc..d61647c 100644 --- a/templates/includes/contacts.html +++ b/templates/includes/contacts.html @@ -2,7 +2,7 @@ {% for contact in config.extra.contacts %}
  • {{ contact.title | trim }}: - {{ contact.name | trim }} + {{ contact.name | trim }}
  • {% endfor %} \ No newline at end of file diff --git a/templates/includes/useful_links.html b/templates/includes/useful_links.html index 3661447..9b4859d 100644 --- a/templates/includes/useful_links.html +++ b/templates/includes/useful_links.html @@ -1,7 +1,7 @@