summaryrefslogtreecommitdiff
path: root/examples/categoryblog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/categoryblog/index.html')
-rw-r--r--examples/categoryblog/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/categoryblog/index.html b/examples/categoryblog/index.html
deleted file mode 100644
index 4d5ca8a..0000000
--- a/examples/categoryblog/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<div id="posts">
- <h1>Recent posts</h1>
- <ul>
- $body
- </ul>
- <a href="$root/posts.html">All posts...</a>
- <h1>Categories</h1>
- <ul>
- $categories
- </ul>
-</div>
-
-<div class="about">
- <h1>About</h1>
- <p>
- This is a sample blog for educational purposes.
- </p>
-</div>