diff options
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>. |
