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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2019-03-23 12:12:24 +0300
committerkoirand <koirand.jp@gmail.com>2019-03-23 12:12:24 +0300
commitf99c100cc1f2db573d48e34f75566f5bf9462263 (patch)
tree67f1f929c8f3a95bdf4eb23a1cb898558c278788 /exampleSite
parent2ea0f32ac90eaa44523ad1339dccfe484d1321fe (diff)
Change navi link to icon #13
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fed48e0..bda2eb5 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,16 +26,24 @@ pygmentsUseClasses = false
[[menu.main]]
name = "Blog"
+ pre = "<i class='fa fa-book-open fa-lg'></i>"
url = "/blog/"
+ weight = 10
[[menu.main]]
name = "Twitter"
+ pre = "<i class='fab fa-twitter fa-lg'></i>"
url = "https://twitter.com/username"
+ weight = 20
[[menu.main]]
name = "GitHub"
+ pre = "<i class='fab fa-github fa-lg'></i>"
url = "https://github.com/username"
+ weight = 30
[[menu.main]]
name = "Email"
+ pre = "<i class='fa fa-envelope fa-lg'></i>"
url = "mailto:username@example.com"
+ weight = 40