1
0
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:
2023-01-24 16:43:32 +05:30
parent c2adcaec6c
commit b827a4b0f9
6 changed files with 19 additions and 47 deletions
+1 -5
View File
@@ -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