Skip to content

Commit

Permalink
Add rel noreferrer to social links
Browse files Browse the repository at this point in the history
  • Loading branch information
aaofyi committed Feb 14, 2024
1 parent 1c3c4ad commit 0d3afd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,26 +202,26 @@ disableKinds = ["sitemap", "taxonomyTerm"]
identifier = "reddit"
name = "Reddit"
url = "https://www.reddit.com/r/IVPN/"
rel = "noopener"
rel = "noopener noreferrer"
weight = 20

[[menu.footercolfour]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/ivpnnet"
rel = "noopener"
rel = "noopener noreferrer"
weight = 30

[[menu.footercolfour]]
identifier = "github"
name = "GitHub"
url = "https://github.com/ivpn"
rel = "noopener"
rel = "noopener noreferrer"
weight = 40

[[menu.footercolfour]]
identifier = "mastodon"
name = "Mastodon"
url = "https://mastodon.social/@ivpn"
rel = "noopener me"
rel = "noopener noreferrer me"
weight = 50

0 comments on commit 0d3afd2

Please sign in to comment.