mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
doc: Keep icons aligned
Align 'More' items' icons with full-width (`fa-fw`) Font-Awesome class.
This commit is contained in:
parent
72a2c46788
commit
4a0f8b3a6a
1 changed files with 9 additions and 9 deletions
|
@ -24,24 +24,24 @@ weight = 1
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-github'></i> Github repo"
|
name = "<i class='fa fa-fw fa-github'></i> Github repo"
|
||||||
identifier = "ds"
|
identifier = "ds"
|
||||||
url = "https://github.com/matcornic/hugo-theme-learn"
|
url = "https://github.com/matcornic/hugo-theme-learn"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-camera'></i> Showcases"
|
name = "<i class='fa fa-fw fa-camera'></i> Showcases"
|
||||||
url = "showcase"
|
url = "showcase"
|
||||||
weight = 11
|
weight = 11
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
|
name = "<i class='fa fa-fw fa-bookmark'></i> Hugo Documentation"
|
||||||
identifier = "hugodoc"
|
identifier = "hugodoc"
|
||||||
url = "https://gohugo.io/"
|
url = "https://gohugo.io/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-bullhorn'></i> Credits"
|
name = "<i class='fa fa-fw fa-bullhorn'></i> Credits"
|
||||||
url = "/credits"
|
url = "/credits"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
|
@ -51,23 +51,23 @@ weight = 2
|
||||||
languageName = "Français"
|
languageName = "Français"
|
||||||
|
|
||||||
[[Languages.fr.menu.shortcuts]]
|
[[Languages.fr.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-github'></i> Repo Github"
|
name = "<i class='fa fa-fw fa-github'></i> Repo Github"
|
||||||
identifier = "ds"
|
identifier = "ds"
|
||||||
url = "https://github.com/matcornic/hugo-theme-learn"
|
url = "https://github.com/matcornic/hugo-theme-learn"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[Languages.fr.menu.shortcuts]]
|
[[Languages.fr.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-camera'></i> Vitrine"
|
name = "<i class='fa fa-fw fa-camera'></i> Vitrine"
|
||||||
url = "/showcase"
|
url = "/showcase"
|
||||||
weight = 11
|
weight = 11
|
||||||
|
|
||||||
[[Languages.fr.menu.shortcuts]]
|
[[Languages.fr.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-bookmark'></i> Documentation Hugo"
|
name = "<i class='fa fa-fw fa-bookmark'></i> Documentation Hugo"
|
||||||
identifier = "hugodoc"
|
identifier = "hugodoc"
|
||||||
url = "https://gohugo.io/"
|
url = "https://gohugo.io/"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[Languages.fr.menu.shortcuts]]
|
[[Languages.fr.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-bullhorn'></i> Crédits"
|
name = "<i class='fa fa-fw fa-bullhorn'></i> Crédits"
|
||||||
url = "/credits"
|
url = "/credits"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
Loading…
Reference in a new issue