diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ links: | |||
20 | - name: "ansible" | 20 | - name: "ansible" |
21 | icon: "fab fa-github" | 21 | icon: "fab fa-github" |
22 | url: "https://github.com/xxxxx/ansible/" | 22 | url: "https://github.com/xxxxx/ansible/" |
23 | target: '_blank' # optionnal html a tag target attribute | ||
23 | - name: "Wiki" | 24 | - name: "Wiki" |
24 | icon: "fas fa-book" | 25 | icon: "fas fa-book" |
25 | url: "https://wiki.xxxxxx.com/" | 26 | url: "https://wiki.xxxxxx.com/" |
@@ -36,6 +37,7 @@ services: | |||
36 | subtitle: "Continuous integration server" | 37 | subtitle: "Continuous integration server" |
37 | tag: "CI" | 38 | tag: "CI" |
38 | url: "#" | 39 | url: "#" |
40 | target: '_blank' # optionnal html a tag target attribute | ||
39 | - name: "RabbitMQ Management" | 41 | - name: "RabbitMQ Management" |
40 | logo: "assets/tools/rabbitmq.png" | 42 | logo: "assets/tools/rabbitmq.png" |
41 | subtitle: "Manage & monitor RabbitMQ server" | 43 | subtitle: "Manage & monitor RabbitMQ server" |