manual/Introduction/Layouts.md in hydeweb-0.0.5 vs manual/Introduction/Layouts.md in hydeweb-0.0.7
- old
+ new
@@ -1,4 +1,14 @@
Layouts
=======
-`layouts`
+Defining layouts
+----------------
+
+1. Create a file called layouts/default.haml (or .erb)
+2. use `yield` to show the page's contents
+3. Voila
+
+Using your own layouts
+----------------------
+
+Use the `layout` metadata key. See the next section.