Rename the h-card implementation to match up with the naming of h-feed and h-entry
This commit is contained in:
parent
4b7a8a7198
commit
3ff560e07e
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
module Handler.Home where
|
||||
|
||||
import Import
|
||||
import Widget.Hcard (hcard)
|
||||
import Widget.Card ( hCard )
|
||||
|
||||
getHomeR :: Handler Html
|
||||
getHomeR = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue