summaryrefslogtreecommitdiff
path: root/examples/tagblog/templates/postitem.html
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-08 12:41:58 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-08 12:41:58 +0100
commit699bd0011e9771cd5c03c65aec0ec79656c475a1 (patch)
tree8b2840edb78336d0de293744bc79bb96a14be29b /examples/tagblog/templates/postitem.html
parentb403d35b087683a7a38e57b943c63449613b3115 (diff)
downloadhakyll-699bd0011e9771cd5c03c65aec0ec79656c475a1.tar.gz
Added tagblog example (tutorial coming up).
Diffstat (limited to 'examples/tagblog/templates/postitem.html')
-rw-r--r--examples/tagblog/templates/postitem.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tagblog/templates/postitem.html b/examples/tagblog/templates/postitem.html
new file mode 100644
index 0000000..a14687b
--- /dev/null
+++ b/examples/tagblog/templates/postitem.html
@@ -0,0 +1,4 @@
+<li>
+ <a href="/$url">$title</a>
+ - <em>$date</em> - by <em>$author</em>
+</li>