From c6050ff231ab21e5c44f4cfeb42c6aeb1200dc20 Mon Sep 17 00:00:00 2001 From: "Guillermo O. Freschi" Date: Wed, 20 Nov 2013 07:11:00 -0300 Subject: Fixed unescaped dollar-signs in tutorials template. --- web/templates/tutorials.html | 6 +++--- 1 file 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:

-
$ ghc-pkg unregister hakyll
-$ cabal update
-$ cabal install hakyll
+
$$ ghc-pkg unregister hakyll
+$$ cabal update
+$$ cabal install hakyll
-- cgit v1.2.3 From b0c1f1783e446eb73d2d013895469f806c8e5f22 Mon Sep 17 00:00:00 2001 From: "Guillermo O. Freschi" Date: Wed, 20 Nov 2013 07:18:35 -0300 Subject: Fixed README typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ea89626..87e5564 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/jaspervdj/hakyll.png?branch=master)](http://travis-ci.org/jaspervdj/hakyll) Hakyll is a static site generator library in Haskell. More information -(including and a tutorial) can be found on +(including a tutorial) can be found on [the hakyll homepage](http://jaspervdj.be/hakyll). You can install this library using cabal: -- cgit v1.2.3