diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-06-04 10:07:41 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2013-06-04 10:07:41 +0200 |
commit | 7588d48618ec3d75579d226e85bb22e1d1014ba7 (patch) | |
tree | 7e021714684fa5a47b96c1ce8eba26b53a05b13b /web/tutorials | |
parent | 5bca6e017c00ec89778dde85adc456c5b9530bda (diff) | |
download | hakyll-7588d48618ec3d75579d226e85bb22e1d1014ba7.tar.gz |
Fix link to list module
See #159
Diffstat (limited to 'web/tutorials')
-rw-r--r-- | web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown index b319712..632ce4f 100644 --- a/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown +++ b/web/tutorials/a-guide-to-the-hakyll-module-zoo.markdown @@ -62,7 +62,7 @@ These modules contain some "pre-packaged" solutions for common situations. They can be used as-is, or their source can be used as inspiration for your own tools. -* [Hakyll.Web.Page.List](/reference/Hakyll-Web-Page-List.html) +* [Hakyll.Web.Template.List](/reference/Hakyll-Web-Template-List.html) Combine several pages into a list, such as a list of posts, images in a gallery, etc. |