mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 12:55:12 -05:00
feat: added two articles
This commit is contained in:
parent
8504ee9456
commit
3a22edfad4
71 changed files with 2575 additions and 3 deletions
|
@ -34,7 +34,9 @@ import Config.Helpers.Response
|
|||
, topLevelContainer
|
||||
)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
import Config.Pages.Blog.Records.EverettVegans exposing (articleEverettVegans)
|
||||
import Config.Pages.Blog.Records.HunterGatherers exposing (articleHunterGatherers)
|
||||
import Config.Pages.Blog.Records.MeatApologetics exposing (articleMeatApologetics)
|
||||
import Config.Pages.Blog.Records.NagraGoodrich exposing (articleNagraGoodrich)
|
||||
import Config.Pages.Blog.Records.QuackSmashing exposing (articleQuackSmashing)
|
||||
import Config.Pages.Blog.Records.SapienDiet exposing (articleSapienDiet)
|
||||
|
@ -153,9 +155,11 @@ blogList device =
|
|||
_ ->
|
||||
List.map desktopBlogMaker
|
||||
)
|
||||
[ articleQuackSmashing
|
||||
, articleNagraGoodrich
|
||||
[ articleEverettVegans
|
||||
, articleQuackSmashing
|
||||
, articleSapienDiet
|
||||
, articleNagraGoodrich
|
||||
, articleMeatApologetics
|
||||
, articleSeedOils
|
||||
, articleHunterGatherers
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue