Merge pull request #44 from issmirnov/patch-1

Fix font icons typos
pull/48/head
Bastien Wirtz 2020-05-03 22:14:08 -07:00 committed by GitHub
commit b317857892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -61,11 +61,11 @@ message:
# links: [] # Allows for navbar (dark mode, layout, and search) without any links # links: [] # Allows for navbar (dark mode, layout, and search) without any links
links: links:
- name: "ansible" - name: "ansible"
icon: "fa-github" icon: "fab fa-github"
url: "https://github.com/xxxxx/ansible/" url: "https://github.com/xxxxx/ansible/"
target: '_blank' # optionnal html a tag target attribute target: '_blank' # optionnal html a tag target attribute
- name: "Wiki" - name: "Wiki"
icon: "fa-book" icon: "fas fa-book"
url: "https://wiki.xxxxxx.com/" url: "https://wiki.xxxxxx.com/"
# Services # 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). # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
services: services:
- name: "DevOps" - name: "DevOps"
icon: "fa-code-fork" icon: "fa fa-code-fork"
items: items:
- name: "Jenkins" - name: "Jenkins"
logo: "/assets/tools/jenkins.png" logo: "/assets/tools/jenkins.png"
@ -91,7 +91,7 @@ services:
tagstyle: "is-success" tagstyle: "is-success"
url: "#" url: "#"
- name: "Monitoring" - name: "Monitoring"
icon: "fa-heartbeat" icon: "fas fa-heartbeat"
items: items:
- name: "M/Monit" - name: "M/Monit"
logo: "/assets/tools/monit.png" logo: "/assets/tools/monit.png"