hakyll/web/templates/tutorial.html
2012-12-05 18:13:20 +01:00

21 lines
850 B
HTML

<h1>Tutorial: $title$</h1>
$body$
<h1>Other tutorials</h1>
The other tutorials can be found <a href="/tutorials.html">here</a>.
<h1>Documentation inaccurate or out-of-date? Found a typo?</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 feedback</a> about
the tutorials, and especially report errors or difficulties you encountered. If
you have a github account, you can use the
<a href="https://github.com/jaspervdj/hakyll/issues">issue system</a>. 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>.