build_a_blog: writing
This commit is contained in:
parent
ecb38aaa68
commit
18aada3b51
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue