diff options
Diffstat (limited to 'examples/simpleblog/index.html')
-rw-r--r-- | examples/simpleblog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simpleblog/index.html b/examples/simpleblog/index.html index 201cc18..88cc0a2 100644 --- a/examples/simpleblog/index.html +++ b/examples/simpleblog/index.html @@ -1,7 +1,7 @@ <div id="posts"> <h1>Recent posts</h1> <ul> - $posts + $body </ul> <a href="$root/posts.html">All posts...</a> </div> |