diff --git a/blog/templates/index.html b/blog/templates/index.html index aed91832..7af1c00f 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -16,7 +16,7 @@
Latest post: {% set latest_post = posts|last %} - {{ latest_post.title }} + {{ latest_post.title }}
@@ -47,10 +47,10 @@