summaryrefslogtreecommitdiff
path: root/links.json
diff options
context:
space:
mode:
authorJeroen <jeroenpardon@users.noreply.github.com>2021-08-04 02:13:46 +0200
committerGitHub <noreply@github.com>2021-08-04 02:13:46 +0200
commitc93d1e1621a5479f77a571ed5564af10aa85b9bc (patch)
tree4f069c5b5fc8b58d0bb41b37ceb4bbdd15433e9d /links.json
parent65e44f029a5ba51320662cd8295b3565ce250ba0 (diff)
parent93b20aa5df56bcb6d983d3880bf6f4601a54bb7b (diff)
Merge pull request #18 from kimpenhaus/feature/optional-link-target
optional link target attribute
Diffstat (limited to 'links.json')
-rwxr-xr-xlinks.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/links.json b/links.json
index 9c29431..f4b1272 100755
--- a/links.json
+++ b/links.json
@@ -13,7 +13,8 @@
},
{
"name": "Slack",
- "url": "https://slack.com/signin"
+ "url": "https://slack.com/signin",
+ "target": "_blank"
}
]
},
@@ -22,11 +23,13 @@
"links": [
{
"name": "Box",
- "url": "https://box.com"
+ "url": "https://box.com",
+ "target": "sui"
},
{
"name": "Dropbox",
- "url": "https://dropbox.com"
+ "url": "https://dropbox.com",
+ "target": "sui"
},
{
"name": "Drive",