aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIvan Smirnov <isgsmirnov@gmail.com>2020-05-03 21:37:16 -0700
committerGitHub <noreply@github.com>2020-05-03 21:37:16 -0700
commitaabb7d538ece9cf093cc12ae7a253047ee0daf5e (patch)
treeea0ad3c46ef71cbde68edaaae9ecc9ea38b5007a
parentc424ddba7207903d31c5371a93adab492dc117fc (diff)
downloadhomer-aabb7d538ece9cf093cc12ae7a253047ee0daf5e.tar.gz
homer-aabb7d538ece9cf093cc12ae7a253047ee0daf5e.tar.zst
homer-aabb7d538ece9cf093cc12ae7a253047ee0daf5e.zip
Fix font icons typos
Font icons will not load with the appropriate `fa` `fas` prefixes. Sample config file is OK, but reamde is not.
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3a621d5..fba8ce3 100644
--- a/README.md
+++ b/README.md
@@ -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
62links: 62links:
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).
74services: 74services:
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"