From 4a0f8b3a6acc8e63501c1b75a6804665a370090e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=AAnis=20Volpato=20Martins?= Date: Sat, 20 Jan 2018 01:12:47 -0200 Subject: [PATCH] doc: Keep icons aligned Align 'More' items' icons with full-width (`fa-fw`) Font-Awesome class. --- exampleSite/config.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 51f6b73d397..521264b918c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,24 +24,24 @@ weight = 1 languageName = "English" [[Languages.en.menu.shortcuts]] -name = " Github repo" +name = " Github repo" identifier = "ds" url = "https://github.com/matcornic/hugo-theme-learn" weight = 10 [[Languages.en.menu.shortcuts]] -name = " Showcases" +name = " Showcases" url = "showcase" weight = 11 [[Languages.en.menu.shortcuts]] -name = " Hugo Documentation" +name = " Hugo Documentation" identifier = "hugodoc" url = "https://gohugo.io/" weight = 20 [[Languages.en.menu.shortcuts]] -name = " Credits" +name = " Credits" url = "/credits" weight = 30 @@ -51,23 +51,23 @@ weight = 2 languageName = "Français" [[Languages.fr.menu.shortcuts]] -name = " Repo Github" +name = " Repo Github" identifier = "ds" url = "https://github.com/matcornic/hugo-theme-learn" weight = 10 [[Languages.fr.menu.shortcuts]] -name = " Vitrine" +name = " Vitrine" url = "/showcase" weight = 11 [[Languages.fr.menu.shortcuts]] -name = " Documentation Hugo" +name = " Documentation Hugo" identifier = "hugodoc" url = "https://gohugo.io/" weight = 20 [[Languages.fr.menu.shortcuts]] -name = " Crédits" +name = " Crédits" url = "/credits" -weight = 30 \ No newline at end of file +weight = 30