diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-11 09:19:44 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-11 09:19:44 +0100 |
commit | eb1fe136880e24836ef08746f2bd96258c35e3df (patch) | |
tree | b21f9a94dcfd8263f032b3ea8cd10cad613258de | |
parent | e5202ce852dbafd8a54ea0dce2de6fe5ab6ef5b1 (diff) | |
download | hakyll-eb1fe136880e24836ef08746f2bd96258c35e3df.tar.gz |
Fixed issue in tutorial 2.
-rw-r--r-- | examples/hakyll/tutorial2.markdown | 2 |
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> ~~~~~ |