diff options
-rw-r--r-- | templates/posts.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index 8352d7e..9f6e5db 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -18,7 +18,7 @@ {{ post.get_description()|safe }} </p> - <a target="_blank" href="/blog/{{ post.get_title()|e }}">Read more</a> + <a target="_blank" href="/blog/{{ post.get_title()|urlencode }}">Read more</a> </div> {% endfor %} </section> |