From 18aada3b513b948860a1fa364819940739e236c9 Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Wed, 19 Jun 2024 23:04:39 -0400 Subject: [PATCH] build_a_blog: writing --- posts/build_a_blog.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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