summaryrefslogtreecommitdiff
path: root/web/templates
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 18:26:04 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 18:26:04 +0200
commitefab53729d95cc69a8205bb691db9c12e9e06096 (patch)
tree30def121f2d7907ffa8e7ebbdca7b213fc8b3016 /web/templates
parentea694663e1e2ed2781001996c0a2cc2c2e5fdbbb (diff)
downloadhakyll-efab53729d95cc69a8205bb691db9c12e9e06096.tar.gz
Update website a bit
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/default.html2
-rw-r--r--web/templates/tutorial-item.html1
-rw-r--r--web/templates/tutorial.html16
-rw-r--r--web/templates/tutorialitem.html3
-rw-r--r--web/templates/tutorials.html4
5 files changed, 17 insertions, 9 deletions
diff --git a/web/templates/default.html b/web/templates/default.html
index 040292c..78845e5 100644
--- a/web/templates/default.html
+++ b/web/templates/default.html
@@ -34,7 +34,7 @@
<div id="main">
<div id="header">
<img src="/images/lambda.png" alt="lambda" />
- <h1>Hakyll - $title$</h1>
+ Hakyll - $title$
</div>
<!-- Sidebar. -->
<div id="sidebar">
diff --git a/web/templates/tutorial-item.html b/web/templates/tutorial-item.html
new file mode 100644
index 0000000..977fb6b
--- /dev/null
+++ b/web/templates/tutorial-item.html
@@ -0,0 +1 @@
+<li><a href="$url$">$title$</a></li>
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>.
diff --git a/web/templates/tutorialitem.html b/web/templates/tutorialitem.html
deleted file mode 100644
index 01fb298..0000000
--- a/web/templates/tutorialitem.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<li>
- <a href="$url">$title</a> $what.
-</li>
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html
index 6cbb4ac..36d1f03 100644
--- a/web/templates/tutorials.html
+++ b/web/templates/tutorials.html
@@ -1,9 +1,9 @@
-<h2>Tutorials about Hakyll</h2>
+<h1>Tutorials about Hakyll</h1>
<p>
Here is a list of tutorials I've written about Hakyll:
</p>
<ul>
- $body
+ $tutorials$
</ul>
<p>
All these tutorials assume you are using the latest stable version of