diff options
author | Craig Hall <gloaming@users.noreply.github.com> | 2018-07-04 19:04:25 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2018-07-05 14:48:05 +0200 |
commit | ac1b743af779f0a05dd5449d8fda2078db69332e (patch) | |
tree | 33339f211a76287d3eea483c793abb8ac6071997 /web/tutorials | |
parent | 1abdeee743d65d96c6f469213ca6e7ea823340a7 (diff) | |
download | hakyll-ac1b743af779f0a05dd5449d8fda2078db69332e.tar.gz |
Typo fix in tutorial
Diffstat (limited to 'web/tutorials')
-rw-r--r-- | web/tutorials/04-compilers.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/04-compilers.markdown b/web/tutorials/04-compilers.markdown index b6b1c3c..c89410f 100644 --- a/web/tutorials/04-compilers.markdown +++ b/web/tutorials/04-compilers.markdown @@ -151,7 +151,7 @@ Control flow in templates ------------------------- Sometimes string interpolation does not suffice, and you want a little more -control over how your templates are layed out. Hakyll provides a few control +control over how your templates are laid out. Hakyll provides a few control structures for this. The syntax for these structures was based on the syntax used in pandoc templates, since Hakyll already has tight integration with pandoc. |