diff --git a/posts/build_a_blog.md b/posts/build_a_blog.md
index 46f4ccb..e2d2d74 100644
--- a/posts/build_a_blog.md
+++ b/posts/build_a_blog.md
@@ -161,12 +161,7 @@ INFO:root:writing to posts/build_a_blog.html
A new post
```
-Basically at this point, it's a blog generator!
-
-But I want a few more features:
-
-* Want the posts listed in the index sorted by date.
-* Want each post to be templated in some html wrapper.
+Now on to listing and templating the posts.
## Post ordering and templating