diff options
Diffstat (limited to 'raw_produce')
-rw-r--r-- | raw_produce | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/raw_produce b/raw_produce index 353f469..498c0e9 100644 --- a/raw_produce +++ b/raw_produce @@ -20,7 +20,9 @@ global_template = """ </head> <body> <h1>%(title)s</h1> - %(content)s + <div id="posts"> + %(content)s + </div> </body> </html>""" |