Rename the h-card implementation to match up with the naming of h-feed and h-entry

This commit is contained in:
Danielle McLean 2017-10-08 16:55:21 +11:00
parent 4b7a8a7198
commit 3ff560e07e
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
module Handler.Home where
import Import
import Widget.Hcard (hcard)
import Widget.Card ( hCard )
getHomeR :: Handler Html
getHomeR = do