diff --git a/index.njk b/index.njk
index 4903742..24ca51c 100644
--- a/index.njk
+++ b/index.njk
@@ -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>