build_a_blog: writing

This commit is contained in:
Collin Lefeber 2024-06-19 23:04:39 -04:00
parent ecb38aaa68
commit 18aada3b51

View file

@ -161,12 +161,7 @@ INFO:root:writing to posts/build_a_blog.html
<h1>A new post</h1> <h1>A new post</h1>
``` ```
Basically at this point, it's a blog generator! Now on to listing and templating the posts.
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.
## Post ordering and templating ## Post ordering and templating