summaryrefslogtreecommitdiff
path: root/links.json
diff options
context:
space:
mode:
authorMarcus Kimpenhaus <marcus.kimpenhaus@enpower.de>2021-07-12 08:59:43 +0200
committerMarcus Kimpenhaus <marcus.kimpenhaus@enpower.de>2021-07-12 08:59:43 +0200
commitc53f3adff5632424a2e7217a8683d5137c4fca94 (patch)
treeda6bd4d402861f8bcc980445beecd72bd92ffa5b /links.json
parent244840732b5502c368cde03449058b0a0aaeb64a (diff)
Added optional target attributes to handlbars template an apps/links collection
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",