mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
add category and minor improvements
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ toBrowserDocument :
|
||||
}
|
||||
-> Browser.Document msg
|
||||
toBrowserDocument { view } =
|
||||
{ title = view.title
|
||||
{ title = view.title ++ " | Avinal's personal website"
|
||||
, body =
|
||||
[ Html.main_ [ class "container mx-auto bg-neutral-800" ]
|
||||
view.body
|
||||
@@ -57,7 +57,7 @@ authenticated pages.
|
||||
-}
|
||||
none : View msg
|
||||
none =
|
||||
{ title = "Be My SpaceTime"
|
||||
{ title = "Avinal | Personal Website"
|
||||
, body = []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user