summaryrefslogtreecommitdiff
path: root/examples/hakyll/tutorial4.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hakyll/tutorial4.markdown')
-rw-r--r--examples/hakyll/tutorial4.markdown14
1 files changed, 6 insertions, 8 deletions
diff --git a/examples/hakyll/tutorial4.markdown b/examples/hakyll/tutorial4.markdown
index 82e246a..d1d6366 100644
--- a/examples/hakyll/tutorial4.markdown
+++ b/examples/hakyll/tutorial4.markdown
@@ -95,14 +95,12 @@ Hakyll has a specialized module to deal with tags, provided by
`Text.Hakyll.Tags`. This module assumes tags are comma separated, and placed in
the `tags` metadata field.
-~~~~~
----
-title: A third post
-author: Publius Ovidius Naso
-tags: epic fail, ovidius
----
-Pellentesque tempor blandit elit, vel...
-~~~~~
+> ---
+> title: A third post
+> author: Publius Ovidius Naso
+> tags: epic fail, ovidius
+> ---
+> Pellentesque tempor blandit elit, vel...
But first things first. We need to render a post list for every tag. We already
had some code to render a list of all posts. We're just going to abstract this