Skip to content

Commit

Permalink
Fix blog index link
Browse files Browse the repository at this point in the history
  • Loading branch information
yelper committed Oct 30, 2020
1 parent 0c9a6f3 commit be3d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/blog-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="mb-0">{{ page.title }}</h1>

<aside class="sidebar ">
<div class="my-4">
<p class="heading-alt text-gray-500"><a href="{{ "/blog" | relative_url }}">All posts</a></p>
<p class="heading-alt text-gray-500"><a href="{{ "/blog/index" | relative_url }}">All posts</a></p>
<div class="overflow-hidden md:ml-0 -ml-3">
<div class="md:ml-0 -ml-px">
{% for post in site.posts %}
Expand Down

0 comments on commit be3d8cc

Please sign in to comment.