diff options
Diffstat (limited to 'examples/simpleblog/posts.html')
-rw-r--r-- | examples/simpleblog/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simpleblog/posts.html b/examples/simpleblog/posts.html index bc1741b..7db1a59 100644 --- a/examples/simpleblog/posts.html +++ b/examples/simpleblog/posts.html @@ -1,4 +1,4 @@ <h1>All posts</h1> <ul> - $posts + $body </ul> |