feat: added two articles

This commit is contained in:
Nick 2024-12-18 02:04:31 -06:00
parent 3a22edfad4
commit 4bddff2911
233 changed files with 7050 additions and 4 deletions

View file

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