From c53f3adff5632424a2e7217a8683d5137c4fca94 Mon Sep 17 00:00:00 2001 From: Marcus Kimpenhaus Date: Mon, 12 Jul 2021 08:59:43 +0200 Subject: Added optional target attributes to handlbars template an apps/links collection --- links.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'links.json') 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", -- cgit v1.2.3