diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:54:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:54:55 +0300 |
commit | 95eb014ce46288bc6989e7bc54b91f8ae67a53d6 (patch) | |
tree | 7b00839ed5a0b1a0b9439cdb6280c538f21e322d /posts.html | |
parent | "Plots" is now the landing page (diff) | |
download | sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.tar.gz sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.zip |
fix links, page titles & icons
Diffstat (limited to '')
-rw-r--r-- | posts.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ --- -title: Main page +title: Posts layout: sidebar groups: - navbar -navbar_link: <span class="glyphicon glyphicon-home"></span> Main page +navbar_link: <span class="glyphicon glyphicon-th-list"></span> 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 %} |