diff options
| author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-06-13 18:26:04 +0200 |
|---|---|---|
| committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-06-13 18:26:04 +0200 |
| commit | efab53729d95cc69a8205bb691db9c12e9e06096 (patch) | |
| tree | 30def121f2d7907ffa8e7ebbdca7b213fc8b3016 /web/templates/tutorial.html | |
| parent | ea694663e1e2ed2781001996c0a2cc2c2e5fdbbb (diff) | |
| download | hakyll-efab53729d95cc69a8205bb691db9c12e9e06096.tar.gz | |
Update website a bit
Diffstat (limited to 'web/templates/tutorial.html')
| -rw-r--r-- | web/templates/tutorial.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/web/templates/tutorial.html b/web/templates/tutorial.html index 6ce60b6..78c0b2a 100644 --- a/web/templates/tutorial.html +++ b/web/templates/tutorial.html @@ -1,10 +1,20 @@ -$body +<h1>Tutorial: $title$</h1> -<h2>Helping out</h2> +$body$ + +<h1>Other tutorials</h1> + +The other tutorials can be found <a href="/tutorials.html">here</a>. + +<h1>Helping out</h1> Hakyll is an open source project, and one of the hardest parts is writing correct, up-to-date, and understandable documentation. Therefore, the authors would really appreciate it if you would -<a href="http://groups.google.com/group/hakyll">give some feedback</a> about +<a href="http://groups.google.com/group/hakyll">give feedback</a> about the tutorials, and especially report errors or difficulties you encountered. Thanks! + +If you run into any problems, all questions are welcome in the above google +group, or you could try the IRC channel, <code>#hakyll</code> on +<a href="http://freenode.net/">freenode</a>. |
