feat: added article

This commit is contained in:
Nick 2024-12-16 04:19:13 -06:00
parent cf9caa1a66
commit a751136971
7 changed files with 198 additions and 25 deletions

View file

@ -124,7 +124,7 @@ subscriptions model =
view : Shared.Model -> Model -> View Msg
view shared model =
{ title = pageNames.pageContact
{ title = pageNames.pageHyperBlog ++ "(seedOils)"
, attributes = []
, element = articleContainer shared.device
}