summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
~~~~~