From: Bastien Wirtz Date: Mon, 4 May 2020 05:14:08 +0000 (-0700) Subject: Merge pull request #44 from issmirnov/patch-1 X-Git-Tag: 120405250~10 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b317857892921423479b713fb530f5d07d1f5d82;hp=c424ddba7207903d31c5371a93adab492dc117fc;p=github%2Fbastienwirtz%2Fhomer.git Merge pull request #44 from issmirnov/patch-1 Fix font icons typos --- diff --git a/README.md b/README.md index 3a621d5..fba8ce3 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ message: # links: [] # Allows for navbar (dark mode, layout, and search) without any links links: - name: "ansible" - icon: "fa-github" + icon: "fab fa-github" url: "https://github.com/xxxxx/ansible/" target: '_blank' # optionnal html a tag target attribute - name: "Wiki" - icon: "fa-book" + icon: "fas fa-book" url: "https://wiki.xxxxxx.com/" # Services @@ -73,7 +73,7 @@ links: # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). services: - name: "DevOps" - icon: "fa-code-fork" + icon: "fa fa-code-fork" items: - name: "Jenkins" logo: "/assets/tools/jenkins.png" @@ -91,7 +91,7 @@ services: tagstyle: "is-success" url: "#" - name: "Monitoring" - icon: "fa-heartbeat" + icon: "fas fa-heartbeat" items: - name: "M/Monit" logo: "/assets/tools/monit.png"