summaryrefslogtreecommitdiff
path: root/web/templates/tutorials.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/tutorials.html')
-rw-r--r--web/templates/tutorials.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html
index dd3132b..af14097 100644
--- a/web/templates/tutorials.html
+++ b/web/templates/tutorials.html
@@ -1,14 +1,13 @@
<h1>Tutorials about Hakyll</h1>
-<p>
- Here is a list of tutorials I've written about Hakyll:
-</p>
-<ul>
- $tutorials$
-</ul>
+<h2>Tutorial series</h2>
+<ul>$series$</ul>
+<h2>Other articles</h2>
+<p>In no particular order:</p>
+<ul>$articles$</ul>
<p>
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:
- <pre><code>$ ghc-pkg unregister hakyll
+</p>
+<pre><code>$ ghc-pkg unregister hakyll
$ cabal update
$ cabal install hakyll</code></pre>
-</p>