From b868f3ef01cd436ca8cb643254b72a20425d1da1 Mon Sep 17 00:00:00 2001 From: manishb Date: Mon, 6 Aug 2018 17:06:07 -0400 Subject: [PATCH] Fix: minor template typos --- templates/homepage.hamlet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/homepage.hamlet b/templates/homepage.hamlet index 445fa9b..c145a15 100644 --- a/templates/homepage.hamlet +++ b/templates/homepage.hamlet @@ -31,7 +31,7 @@
  • The #{handlerName} handler is set to generate your - site's home screen in Routes file + site's home screen in the Routes file config/routes
  • @@ -44,7 +44,7 @@ The HTML you are seeing now is actually composed by a number of widgets, # most of them are brought together by the defaultLayout function which # is defined in the Foundation.hs module, and used by #{handlerName}. # - All the files for templates and wigdets are in templates. + All the files for templates and widgets are in templates.
  • A Widget's Html, Css and Javascript are separated in three files with the @@ -66,7 +66,7 @@

    This is an example of a form. Read the Forms chapter # - on the yesod book to learn more about them. + in the yesod book to learn more about them.