diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-11-01 19:47:39 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2014-11-01 19:47:39 +0100 |
commit | 56f161a366d709f3c94b33295293e3bb551c3c10 (patch) | |
tree | 68d9bf2a347fc9c3a8c2e9b6c416a6841b65f1d1 /web/tutorials/04-compilers.markdown | |
parent | 76aafd4ba91bd1787117df0b36a7cf3d9ec50e64 (diff) | |
parent | b89efde60f64fc979b3a2c86ac4e75d791c4dcb6 (diff) | |
download | hakyll-56f161a366d709f3c94b33295293e3bb551c3c10.tar.gz |
Merge pull request #309 from TakSuyu/master
fixed tick quote on partial
Diffstat (limited to 'web/tutorials/04-compilers.markdown')
-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 ee46a0c..49935e1 100644 --- a/web/tutorials/04-compilers.markdown +++ b/web/tutorials/04-compilers.markdown @@ -189,7 +189,7 @@ Note that an if-else form is supported as well: Partials allow you to [DRY] up your templates by putting repetitive actions into separate template files. You can then include them using -`$partial("filename.html")$. +`$partial("filename.html")$`. [DRY]: http://en.wikipedia.org/wiki/Don%27t_repeat_yourself |