aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
commit56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (patch)
tree60c3d407e1eb6a0d22c970d9434e86a0c92565ff /README.md
parent2e7bedd13e0ce409e5bfa45095a9154463257870 (diff)
downloadhomer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.gz
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.zst
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.zip
Adding support for custom links target
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f149549..fe188b7 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ links:
37 - name: "ansible" 37 - name: "ansible"
38 icon: "fa-github" 38 icon: "fa-github"
39 url: "https://github.com/xxxxx/ansible/" 39 url: "https://github.com/xxxxx/ansible/"
40 target: '_blank' # optionnal html a tag target attribute
40 - name: "Wiki" 41 - name: "Wiki"
41 icon: "fa-book" 42 icon: "fa-book"
42 url: "https://wiki.xxxxxx.com/" 43 url: "https://wiki.xxxxxx.com/"
@@ -55,6 +56,7 @@ services:
55 subtitle: "Continuous integration server" 56 subtitle: "Continuous integration server"
56 tag: "CI" 57 tag: "CI"
57 url: "#" 58 url: "#"
59 target: '_blank' # optionnal html a tag target attribute
58 - name: "RabbitMQ Management" 60 - name: "RabbitMQ Management"
59 logo: "/assets/tools/rabbitmq.png" 61 logo: "/assets/tools/rabbitmq.png"
60 subtitle: "Manage & monitor RabbitMQ server" 62 subtitle: "Manage & monitor RabbitMQ server"