summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/postitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/feedblog/templates/postitem.html')
-rw-r--r--examples/feedblog/templates/postitem.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/feedblog/templates/postitem.html b/examples/feedblog/templates/postitem.html
deleted file mode 100644
index ccbb58e..0000000
--- a/examples/feedblog/templates/postitem.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<li>
- <a href="$url$">$title$</a>
- - <em>$date$</em> - by <em>$author$</em>
-</li>