Link for home page

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-03-25 03:10:50 +04:00
parent e7569f6ebc
commit 040b041597
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 7 additions and 2 deletions

View File

@ -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 }}">

View File

@ -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'" %}