summaryrefslogtreecommitdiff
path: root/templates/posts.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/posts.html.j2')
-rw-r--r--templates/posts.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2
index eec04a9..311d9c5 100644
--- a/templates/posts.html.j2
+++ b/templates/posts.html.j2
@@ -15,7 +15,7 @@
{% for post in posts %}
<div class="card">
<h2>
- <a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a>
+ <a href="/blog/{{ post.get_title()|e }}">{{ post.get_title() }}</a>
</h2>
</div>
{% endfor %}