Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-10-30 21:48:21 +0300
committerGitHub <noreply@github.com>2019-10-30 21:48:21 +0300
commit3c7e7de23674a8a76881c0a6e4b93d9df87ca6f2 (patch)
tree3e6be248b974a84a575a2004b006cec381a42c1b /exampleSite
parentab8025799d63ff437c2d5fad92e544b1ea4721c6 (diff)
Style for header icons from Universal v2. (#235)
* Style for header icons from Universal v2. * Applied to all colors.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index aa1fac5..2922f1f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,25 +47,25 @@ paginate = 10
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
- pre = "<i class='fa fa-2x fa-github'></i>"
+ pre = "<i class='fa fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
- pre = "<i class='fa fa-2x fa-facebook'></i>"
+ pre = "<i class='fa fa-facebook'></i>"
[[menu.topbar]]
weight = 3
name = "Twitter"
url = "http://twitter.com"
- pre = "<i class='fa fa-2x fa-twitter'></i>"
+ pre = "<i class='fa fa-twitter'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
url = "mailto:your@email.com"
- pre = "<i class='fa fa-2x fa-envelope'></i>"
+ pre = "<i class='fa fa-envelope'></i>"
[params]
viewMorePostLink = "/blog/"