From 9ddde6c0fac02268ebf0c22a0ee3e22079a5d124 Mon Sep 17 00:00:00 2001 From: Benedict Eastaugh Date: Sun, 27 Mar 2011 22:50:32 +0100 Subject: Update feedblog example to work with Hakyll 3. --- examples/feedblog/templates/postitem.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/feedblog/templates/postitem.html') diff --git a/examples/feedblog/templates/postitem.html b/examples/feedblog/templates/postitem.html index 0e62418..b752d96 100644 --- a/examples/feedblog/templates/postitem.html +++ b/examples/feedblog/templates/postitem.html @@ -1,4 +1,4 @@
  • - $title - - $date - by $author + $title$ + - $date$ - by $author$
  • -- cgit v1.2.3