mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
add date parser and refactor
- remove unused variables, methods - move footer into a separate folder - add date parser - add datetime Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ import View exposing (View)
|
||||
|
||||
|
||||
page : Shared.Model -> Route () -> Page Model Msg
|
||||
page model route =
|
||||
page _ _ =
|
||||
Page.new
|
||||
{ init = init
|
||||
, update = update
|
||||
@@ -32,7 +32,7 @@ page model route =
|
||||
|
||||
|
||||
layout : Model -> Layouts.Layout
|
||||
layout model =
|
||||
layout _ =
|
||||
Layouts.Home
|
||||
{ home = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user