summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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