mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 15:50:08 +05:30
cleanup and minor fixes
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
+1
-5
@@ -50,7 +50,7 @@ init () =
|
||||
cmd : Cmd Msg
|
||||
cmd =
|
||||
Http.get
|
||||
{ url = "https://avinal.space/content/posts/posts.json"
|
||||
{ url = "/content/posts/posts.json"
|
||||
, expect = Http.expectJson BloglistReceived (Json.list jsonMetaDecoder)
|
||||
}
|
||||
in
|
||||
@@ -94,10 +94,6 @@ subscriptions model =
|
||||
-- VIEW
|
||||
|
||||
|
||||
unsplash =
|
||||
"https://source.unsplash.com/random/"
|
||||
|
||||
|
||||
view : Model -> View Msg
|
||||
view model =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user