Don't open links in new tab (properly)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2022-05-24 19:24:36 +02:00
parent d2519151c0
commit 90695a4666
1 changed files with 0 additions and 4 deletions

View File

@ -33,28 +33,24 @@ enableEmoji = true
icon = "fa fa-2x fa-mastodon"
weight = 1
url = "https://social.data.coop/@samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "GitHub"
icon = "fa fa-2x fa-github"
weight = 2
url = "https://github.com/samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "Gitea"
icon = "fa fa-2x fa-git-square"
weight = 3
url = "https://git.data.coop/samsapti"
target = "_blank"
rel = "noopener noreferrer me"
[[params.social]]
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 4
url = "posts/index.xml"
target = "_blank"
rel = "alternate"
type = "application/rss+xml"