aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/navbar.html4
-rw-r--r--_pages/index.html5
2 files changed, 7 insertions, 2 deletions
diff --git a/_includes/navbar.html b/_includes/navbar.html
index f1b7f46..03a9d08 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -25,6 +25,10 @@
</ul>
<ul class="navigation-pills">
+ <li class="navigation-item" role="presentation">
+ <a href="/">Home</a>
+ </li>
+
{% for page in pages%}
<li class="navigation-item" role="presentation">
<a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
diff --git a/_pages/index.html b/_pages/index.html
index 93152b9..ffc140d 100644
--- a/_pages/index.html
+++ b/_pages/index.html
@@ -1,7 +1,8 @@
---
-layout: page
+title: "Posts list"
permalink: "index.html"
-title: "Список всех постов"
+layout: page
+show: false
---
{% assign postsByYear = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %}