From eb1fe136880e24836ef08746f2bd96258c35e3df Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 11 Jan 2010 09:19:44 +0100 Subject: Fixed issue in tutorial 2. --- examples/hakyll/tutorial2.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/hakyll/tutorial2.markdown b/examples/hakyll/tutorial2.markdown index 0a1e194..5cfbb9c 100644 --- a/examples/hakyll/tutorial2.markdown +++ b/examples/hakyll/tutorial2.markdown @@ -115,7 +115,7 @@ every post using a simple template: ~~~~~{.html}
  • - $title + $title - $date - by $author
  • ~~~~~ -- cgit v1.2.3