diff options
Diffstat (limited to 'examples/tagblog/index.html')
-rw-r--r-- | examples/tagblog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tagblog/index.html b/examples/tagblog/index.html index e520791..4cade0f 100644 --- a/examples/tagblog/index.html +++ b/examples/tagblog/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> |