summaryrefslogtreecommitdiff
path: root/templates/posts.html.j2
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-06-01 19:59:08 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-06-01 19:59:08 -0400
commitb56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad (patch)
treeda8be3af4dffab2ca0223c57564755f84ebe286d /templates/posts.html.j2
parent6c736b1fc1626b0ff2ff752fe0a6ab8a9d0e6ca4 (diff)
downloadcarpentertutoring-b56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad.tar.xz
carpentertutoring-b56c8359f17fd5464dd3ebdbe23fcbe35f0e49ad.zip
fix: amy proofreads
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 %}