diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-03 22:14:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 22:14:08 -0700 |
commit | b317857892921423479b713fb530f5d07d1f5d82 (patch) | |
tree | ea0ad3c46ef71cbde68edaaae9ecc9ea38b5007a /README.md | |
parent | c424ddba7207903d31c5371a93adab492dc117fc (diff) | |
parent | aabb7d538ece9cf093cc12ae7a253047ee0daf5e (diff) | |
download | homer-b317857892921423479b713fb530f5d07d1f5d82.tar.gz homer-b317857892921423479b713fb530f5d07d1f5d82.tar.zst homer-b317857892921423479b713fb530f5d07d1f5d82.zip |
Merge pull request #44 from issmirnov/patch-1
Fix font icons typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -61,11 +61,11 @@ message: | |||
61 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links | 61 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links |
62 | links: | 62 | links: |
63 | - name: "ansible" | 63 | - name: "ansible" |
64 | icon: "fa-github" | 64 | icon: "fab fa-github" |
65 | url: "https://github.com/xxxxx/ansible/" | 65 | url: "https://github.com/xxxxx/ansible/" |
66 | target: '_blank' # optionnal html a tag target attribute | 66 | target: '_blank' # optionnal html a tag target attribute |
67 | - name: "Wiki" | 67 | - name: "Wiki" |
68 | icon: "fa-book" | 68 | icon: "fas fa-book" |
69 | url: "https://wiki.xxxxxx.com/" | 69 | url: "https://wiki.xxxxxx.com/" |
70 | 70 | ||
71 | # Services | 71 | # Services |
@@ -73,7 +73,7 @@ links: | |||
73 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | 73 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). |
74 | services: | 74 | services: |
75 | - name: "DevOps" | 75 | - name: "DevOps" |
76 | icon: "fa-code-fork" | 76 | icon: "fa fa-code-fork" |
77 | items: | 77 | items: |
78 | - name: "Jenkins" | 78 | - name: "Jenkins" |
79 | logo: "/assets/tools/jenkins.png" | 79 | logo: "/assets/tools/jenkins.png" |
@@ -91,7 +91,7 @@ services: | |||
91 | tagstyle: "is-success" | 91 | tagstyle: "is-success" |
92 | url: "#" | 92 | url: "#" |
93 | - name: "Monitoring" | 93 | - name: "Monitoring" |
94 | icon: "fa-heartbeat" | 94 | icon: "fas fa-heartbeat" |
95 | items: | 95 | items: |
96 | - name: "M/Monit" | 96 | - name: "M/Monit" |
97 | logo: "/assets/tools/monit.png" | 97 | logo: "/assets/tools/monit.png" |