summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-11 09:19:44 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-11 09:19:44 +0100
commiteb1fe136880e24836ef08746f2bd96258c35e3df (patch)
treeb21f9a94dcfd8263f032b3ea8cd10cad613258de
parente5202ce852dbafd8a54ea0dce2de6fe5ab6ef5b1 (diff)
downloadhakyll-eb1fe136880e24836ef08746f2bd96258c35e3df.tar.gz
Fixed issue in tutorial 2.
-rw-r--r--examples/hakyll/tutorial2.markdown2
1 files changed, 1 insertions, 1 deletions
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}
<li>
- <a href="$root/$url">$title</a>
+ <a href="$$root/$url">$title</a>
- <em>$date</em> - by <em>$author</em>
</li>
~~~~~