aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/posts.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:54:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-30 03:54:55 +0300
commit95eb014ce46288bc6989e7bc54b91f8ae67a53d6 (patch)
tree7b00839ed5a0b1a0b9439cdb6280c538f21e322d /posts.html
parent"Plots" is now the landing page (diff)
downloadsorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.tar.gz
sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.zip
fix links, page titles & icons
Diffstat (limited to 'posts.html')
-rw-r--r--posts.html6
1 files changed, 3 insertions, 3 deletions
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: <span class="glyphicon glyphicon-home"></span>&nbsp;Main page
+navbar_link: <span class="glyphicon glyphicon-th-list"></span>&nbsp;Posts
---
{% if site.posts.size == 0 %}
<p class="h3">Sorry, no posts have been added yet.</p>
- <p class="text-muted">But I've made quite a few <a href="{{ site.baseurl }}/plots.html">plots</a> which you might want to check out.</p>
+ <p class="text-muted">But I've made quite a few <a href="{{ site.baseurl }}/index.html">plots</a> which you might want to check out.</p>
<hr/>
{% else %}
{% for post in paginator.posts %}