summaryrefslogtreecommitdiff
path: root/web/tutorials
diff options
context:
space:
mode:
authorTakSuyu <TakSuyu@users.noreply.github.com>2014-10-31 14:46:34 -0700
committerTakSuyu <TakSuyu@users.noreply.github.com>2014-10-31 14:46:34 -0700
commitb89efde60f64fc979b3a2c86ac4e75d791c4dcb6 (patch)
tree68d9bf2a347fc9c3a8c2e9b6c416a6841b65f1d1 /web/tutorials
parent76aafd4ba91bd1787117df0b36a7cf3d9ec50e64 (diff)
downloadhakyll-b89efde60f64fc979b3a2c86ac4e75d791c4dcb6.tar.gz
fixed tick quote on partial
Diffstat (limited to 'web/tutorials')
-rw-r--r--web/tutorials/04-compilers.markdown2
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