summaryrefslogtreecommitdiff
path: root/examples/tagblog/posts.html
diff options
context:
space:
mode:
authorBenedict Eastaugh <benedict@eastaugh.net>2011-03-28 21:59:50 +0100
committerBenedict Eastaugh <benedict@eastaugh.net>2011-03-29 17:30:23 +0100
commit356191fcc743b9dace8d938a1556e22bbed50a10 (patch)
tree314667b215195bb7ac002724ff0b82430040cb7b /examples/tagblog/posts.html
parentc288567388c6ebcb75f369bee60f19664e855c9c (diff)
downloadhakyll-356191fcc743b9dace8d938a1556e22bbed50a10.tar.gz
Update tagblog example to work with Hakyll 3.
Diffstat (limited to 'examples/tagblog/posts.html')
-rw-r--r--examples/tagblog/posts.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/tagblog/posts.html b/examples/tagblog/posts.html
deleted file mode 100644
index ee2ed78..0000000
--- a/examples/tagblog/posts.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<h1>$title</h1>
-<ul>
- $body
-</ul>