diff options
| author | Jeroen <jeroenpardon@users.noreply.github.com> | 2021-08-04 02:13:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 02:13:46 +0200 |
| commit | c93d1e1621a5479f77a571ed5564af10aa85b9bc (patch) | |
| tree | 4f069c5b5fc8b58d0bb41b37ceb4bbdd15433e9d /links.json | |
| parent | 65e44f029a5ba51320662cd8295b3565ce250ba0 (diff) | |
| parent | 93b20aa5df56bcb6d983d3880bf6f4601a54bb7b (diff) | |
Merge pull request #18 from kimpenhaus/feature/optional-link-target
optional link target attribute
Diffstat (limited to 'links.json')
| -rwxr-xr-x | links.json | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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", |