summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/postitem.html
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-29 15:16:08 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-29 15:16:08 +0100
commit4f335aa6a2ffcd663c4bdb2c139bf4e1ea5237bf (patch)
tree2a20cb81317ca50d2666684ed50b5047b568f467 /examples/categoryblog/templates/postitem.html
parent8ff702589fb5a1a2e600b204970084466de58a09 (diff)
downloadhakyll-4f335aa6a2ffcd663c4bdb2c139bf4e1ea5237bf.tar.gz
Added categoryblog example.
Diffstat (limited to 'examples/categoryblog/templates/postitem.html')
-rw-r--r--examples/categoryblog/templates/postitem.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/categoryblog/templates/postitem.html b/examples/categoryblog/templates/postitem.html
new file mode 100644
index 0000000..0e62418
--- /dev/null
+++ b/examples/categoryblog/templates/postitem.html
@@ -0,0 +1,4 @@
+<li>
+ <a href="$root/$url">$title</a>
+ - <em>$date</em> - by <em>$author</em>
+</li>