mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
+3
-3
@@ -105,7 +105,7 @@ viewHeader page =
|
||||
|
||||
_ ->
|
||||
header [ class "foo-logo" ]
|
||||
[ img [ src "logo-static.svg" ]
|
||||
[ img [ src "/website/logo-static.svg" ]
|
||||
[]
|
||||
]
|
||||
in
|
||||
@@ -221,8 +221,8 @@ parser =
|
||||
[ Parser.map Splash Parser.top
|
||||
, Parser.map Splash (s urlPrefix)
|
||||
, Parser.map Blog (s urlPrefix </> s "posts")
|
||||
, Parser.map Static (s "pages")
|
||||
, Parser.map Terminal (s "terminal")
|
||||
, Parser.map Static (s urlPrefix </> s "pages")
|
||||
, Parser.map Terminal (s urlPrefix </> s "terminal")
|
||||
]
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ view model =
|
||||
[ div [ class "foo-error" ]
|
||||
[ img
|
||||
[ class "foo-error__logo"
|
||||
, src "public/logo-loading.svg"
|
||||
, src "/website/logo-loading.svg"
|
||||
, alt "Finding the SpaceTime"
|
||||
, width 130
|
||||
, height 130
|
||||
|
||||
Reference in New Issue
Block a user