diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 09:42:33 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 09:42:33 +0100 |
commit | 547f98dff029d011e6498c901190de11a0bc9c61 (patch) | |
tree | 39b4be2b4b6c2a03ae4fd21c6d0a5cbcd9ddcfa3 /examples | |
parent | d29e4157f1647b06367c2e04c1cdea4c8175fd4c (diff) | |
download | hakyll-547f98dff029d011e6498c901190de11a0bc9c61.tar.gz |
Added link function.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hakyll/philosophy.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hakyll/philosophy.markdown b/examples/hakyll/philosophy.markdown index 775f239..07a20c3 100644 --- a/examples/hakyll/philosophy.markdown +++ b/examples/hakyll/philosophy.markdown @@ -18,7 +18,7 @@ never exceed a 100 lines of code. Hakyll tries to provide as many high-level functions as possible for common tasks, while the lower-level functions should also be accessible. If you think you're writing something that can be used for many sites, please send a patch, -our your `hakyll.hs`, and we will see what we can do. +or your `hakyll.hs`, and we will see what we can do. ## Well-documented |