Skip to content

Commit

Permalink
Fix href on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 30, 2018
1 parent 4670a61 commit 54d4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ navtitle: Home
{% set postslist = collections.posts | head(-3) %}
{% include "postslist.njk" %}

<p>More posts can be found in <a href="/posts/">the archive</a>.</p>
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>

0 comments on commit 54d4d3a

Please sign in to comment.