aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-30 19:10:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-30 19:10:27 +0300
commite7820442891103bc0636c980a4ca526285624aca (patch)
tree1133dd24a6adc4ff862f21a377f354d915d93dc5
parentREADME: update (diff)
downloadjekyll-theme-e7820442891103bc0636c980a4ca526285624aca.tar.gz
jekyll-theme-e7820442891103bc0636c980a4ca526285624aca.zip
README: update
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index dee12bc..068cba0 100644
--- a/README.md
+++ b/README.md
@@ -52,13 +52,15 @@ Features
Hide the navbar by setting either `site.settings.navbar.hide` or
`page.navbar.hide` to `true`.
-Put a page on the navbar by defining setting `page.navbar.link` to `true` or
-a custom HTML string.
+Put a page on the navbar by setting `page.navbar.link` to `true` or a custom
+HTML string.
Pages are sorted in the ascending order of `page.navbar.priority`.
If a page on the navbar is paginated, set `page.navbar.paginated` to `true` so
that it doesn't appear two or more times.
You can add a glyphicon to the navbar link by settings `page.navbar.icon` to
-something like `home`, `envelope`, etc.
+something like `home` or `envelope` (or [any other glyphicon]).
+
+[any other glyphicon]: https://getbootstrap.com/docs/3.4/components/#glyphicons
### Post feed