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:
parent
5630dfbd81
commit
558fe992ae
10
index.html
10
index.html
@ -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">→</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user