summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2009-12-13 11:24:56 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2009-12-13 11:24:56 +0100
commit57eadcf836963ec8f1c0ec47f859bad2183849e9 (patch)
tree71da5ed3835b9f85ec75cc7f5f98267beee4d5df /README.markdown
parentd72f11937bd4e2425fd8b1ad9659364811291753 (diff)
downloadhakyll-57eadcf836963ec8f1c0ec47f859bad2183849e9.tar.gz
Some errors in README.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 51fa5d8..1b1080d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -153,7 +153,7 @@ the RSS system I wrote for my website.
|-- rss.xml
`-- rssitem.xml
-Our post contains some metadata:</p
+Our post contains some metadata:
---
title: A first post
@@ -205,8 +205,8 @@ result. Note that the concating and reading of pages is not executed yet,
because of laziness. This helps us, since we want to use the modification
timestamps of files, and not render everything every time.
-let rssPage = createCustomPage "rss.xml"
- ("templates/rssitem.xml" : postPaths) [("items", Right recentItems)]
+ let rssPage = createCustomPage "rss.xml"
+ ("templates/rssitem.xml" : postPaths) [("items", Right recentItems)]
We now created the custom rss page. The `createCustomPage` is a function that
produces a `CustomPage`, which is an instance of `Renderable`. `"rss.xml"` is