Add link to all the blog posts at the index bottom

It lacked that button since I moved to Jekyll…
This commit is contained in:
Gergely Polonkai 2016-10-04 15:01:43 +02:00
parent 5630dfbd81
commit 558fe992ae
1 changed files with 10 additions and 0 deletions

View File

@ -18,3 +18,13 @@ post_listing: true
{% assign posts = site.posts %}
{% assign post_limit = 6 %}
{% include post-list.html %}
<nav>
<ul class="pager">
<li class="next">
<a href="{{ site_url }}/blog/">
Take me to all the blog posts! <span aria-hidden="true">&rarr;</span>
</a>
</li>
</ul>
</nav>