1
0
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:
2023-01-27 21:07:57 +05:30
parent c483f30cea
commit c8b58f6080
10 changed files with 356 additions and 29 deletions
+2 -2
View File
@@ -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 = []
}