summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/categoryblog/templates/post.html')
-rw-r--r--examples/categoryblog/templates/post.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/categoryblog/templates/post.html b/examples/categoryblog/templates/post.html
deleted file mode 100644
index 224a77d..0000000
--- a/examples/categoryblog/templates/post.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<h1>$title</h1>
-by <em>$author</em> on <strong>$date</strong>
-<div>Posted in: $category.</div>
-
-$body