mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +01:00
Fix typos
Changed Optionnal to Optional
This commit is contained in:
parent
f2eacfcba1
commit
80f6a13140
@ -10,7 +10,7 @@ logo: "logo.png"
|
|||||||
header: true
|
header: true
|
||||||
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
|
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
|
||||||
|
|
||||||
# Optionnal theme customization
|
# Optional theme customization
|
||||||
theme: default
|
theme: default
|
||||||
colors:
|
colors:
|
||||||
light:
|
light:
|
||||||
@ -51,7 +51,7 @@ links:
|
|||||||
- name: "Contribute"
|
- name: "Contribute"
|
||||||
icon: "fab fa-github"
|
icon: "fab fa-github"
|
||||||
url: "https://github.com/bastienwirtz/homer"
|
url: "https://github.com/bastienwirtz/homer"
|
||||||
target: "_blank" # optionnal html a tag target attribute
|
target: "_blank" # optional html a tag target attribute
|
||||||
- name: "Wiki"
|
- name: "Wiki"
|
||||||
icon: "fas fa-book"
|
icon: "fas fa-book"
|
||||||
url: "https://www.wikipedia.org/"
|
url: "https://www.wikipedia.org/"
|
||||||
@ -68,7 +68,7 @@ services:
|
|||||||
subtitle: "Bookmark example"
|
subtitle: "Bookmark example"
|
||||||
tag: "app"
|
tag: "app"
|
||||||
url: "https://www.reddit.com/r/selfhosted/"
|
url: "https://www.reddit.com/r/selfhosted/"
|
||||||
target: "_blank" # optionnal html a tag target attribute
|
target: "_blank" # optional html a tag target attribute
|
||||||
- name: "Another one"
|
- name: "Another one"
|
||||||
logo: "assets/tools/sample2.png"
|
logo: "assets/tools/sample2.png"
|
||||||
subtitle: "Another application"
|
subtitle: "Another application"
|
||||||
|
@ -9,7 +9,7 @@ logo: false
|
|||||||
|
|
||||||
header: true
|
header: true
|
||||||
|
|
||||||
# Optionnal theme customization
|
# Optional theme customization
|
||||||
theme: sui
|
theme: sui
|
||||||
colors:
|
colors:
|
||||||
light:
|
light:
|
||||||
|
Loading…
Reference in New Issue
Block a user