diff options
Diffstat (limited to 'examples/simpleblog/templates/postitem.html')
-rw-r--r-- | examples/simpleblog/templates/postitem.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/simpleblog/templates/postitem.html b/examples/simpleblog/templates/postitem.html deleted file mode 100644 index 19c954b..0000000 --- a/examples/simpleblog/templates/postitem.html +++ /dev/null @@ -1,4 +0,0 @@ -<li> - <a href="/$url$">$title$</a> - - <em>$date$</em> - by <em>$author$</em> -</li> |