aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-08-23 18:27:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-08-23 18:27:36 +0300
commit6ff38b5d87707737741b147d3117c02a6b716dea (patch)
treee8a0d00da1c5671c23e2dbd586b5fca197dfa0a6 /index.html
parentbump dependencies (diff)
downloadjekyll-theme-6ff38b5d87707737741b147d3117c02a6b716dea.tar.gz
jekyll-theme-6ff38b5d87707737741b147d3117c02a6b716dea.zip
add icons to the navbar
Diffstat (limited to '')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3d525ab..c5d7dbc 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,8 @@
---
-title: C++ tips
+title: Main page
layout: main
group: "navigation"
+navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
---
{% if site.posts.size == 0 %}
<h3>Sorry, there're no posts yet.</h3>