From 95eb014ce46288bc6989e7bc54b91f8ae67a53d6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 03:54:55 +0300 Subject: fix links, page titles & icons --- posts.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posts.html') diff --git a/posts.html b/posts.html index eb52770..14cc004 100644 --- a/posts.html +++ b/posts.html @@ -1,13 +1,13 @@ --- -title: Main page +title: Posts layout: sidebar groups: - navbar -navbar_link:  Main page +navbar_link:  Posts --- {% if site.posts.size == 0 %}

Sorry, no posts have been added yet.

-

But I've made quite a few plots which you might want to check out.

+

But I've made quite a few plots which you might want to check out.


{% else %} {% for post in paginator.posts %} -- cgit v1.2.3