summaryrefslogtreecommitdiff
path: root/web/templates
diff options
context:
space:
mode:
authorGuillermo O. Freschi <kedrot@gmail.com>2013-11-20 07:11:00 -0300
committerGuillermo O. Freschi <kedrot@gmail.com>2013-11-20 07:11:00 -0300
commitc6050ff231ab21e5c44f4cfeb42c6aeb1200dc20 (patch)
treed7ee2a48168217aea0d4793d2d37200617be690b /web/templates
parentf9a8443d68e5dec50bb2b11315f27befb535389f (diff)
downloadhakyll-c6050ff231ab21e5c44f4cfeb42c6aeb1200dc20.tar.gz
Fixed unescaped dollar-signs in tutorials template.
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/tutorials.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html
index af14097..36c808c 100644
--- a/web/templates/tutorials.html
+++ b/web/templates/tutorials.html
@@ -8,6 +8,6 @@
All these tutorials assume you are using the latest stable version of
Hakyll. If this is not the case, you might want to update using:
</p>
-<pre><code>$ ghc-pkg unregister hakyll
-$ cabal update
-$ cabal install hakyll</code></pre>
+<pre><code>$$ ghc-pkg unregister hakyll
+$$ cabal update
+$$ cabal install hakyll</code></pre>