diff options
author | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 16:57:33 +0100 |
---|---|---|
committer | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 17:30:23 +0100 |
commit | 5a15be95bdb48f9be509d37abd06545df114c1b9 (patch) | |
tree | 0d7ba6134b86d6684ea6d4f72e3173708f90a150 /examples/categoryblog/templates/postitem.html | |
parent | 356191fcc743b9dace8d938a1556e22bbed50a10 (diff) | |
download | hakyll-5a15be95bdb48f9be509d37abd06545df114c1b9.tar.gz |
Remove categoryblog example, as the category functionality has been removed from Hakyll 3.
Diffstat (limited to 'examples/categoryblog/templates/postitem.html')
-rw-r--r-- | examples/categoryblog/templates/postitem.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/categoryblog/templates/postitem.html b/examples/categoryblog/templates/postitem.html deleted file mode 100644 index 0e62418..0000000 --- a/examples/categoryblog/templates/postitem.html +++ /dev/null @@ -1,4 +0,0 @@ -<li> - <a href="$root/$url">$title</a> - - <em>$date</em> - by <em>$author</em> -</li> |