diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2012-04-16 05:28:52 -0700 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2012-04-16 05:28:52 -0700 |
commit | 6302efd2f9d894a671491a9c70f3d842ef2990f6 (patch) | |
tree | 3d28b62514e3bf9db65917e3da7c977edb51cf9e /web | |
parent | de8e49056aecc96d214bfc67becd3e7dfcf9edd8 (diff) | |
parent | f79f57517104976606412cd06178440a4c358395 (diff) | |
download | hakyll-6302efd2f9d894a671491a9c70f3d842ef2990f6.tar.gz |
Merge pull request #63 from sol/master
Fix typo
Diffstat (limited to 'web')
-rw-r--r-- | web/tutorials/02-basics.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/02-basics.markdown b/web/tutorials/02-basics.markdown index 7acc30f..79cbe30 100644 --- a/web/tutorials/02-basics.markdown +++ b/web/tutorials/02-basics.markdown @@ -145,7 +145,7 @@ good impression: </html> ~~~~~ -A template is a text file to lay our some content. The content it lays out is +A template is a text file to lay out some content. The content it lays out is called a page -- we'll see that in the next section. The syntax for templates is intentionally very simplistic. You can bind some content by referencing the name of the content *field* by using `$$field$$`, and that's it. |