From 56c69e0d6bd7265afec6cd66a4875ebf6357ea7d Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 12 Jan 2020 22:04:26 -0800 Subject: Adding support for custom links target --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f149549..fe188b7 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ links: - name: "ansible" icon: "fa-github" url: "https://github.com/xxxxx/ansible/" + target: '_blank' # optionnal html a tag target attribute - name: "Wiki" icon: "fa-book" url: "https://wiki.xxxxxx.com/" @@ -55,6 +56,7 @@ services: subtitle: "Continuous integration server" tag: "CI" url: "#" + target: '_blank' # optionnal html a tag target attribute - name: "RabbitMQ Management" logo: "/assets/tools/rabbitmq.png" subtitle: "Manage & monitor RabbitMQ server" -- cgit v1.2.3