mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added contacts
This commit is contained in:
parent
9a4c92d0cf
commit
8b0c2b632e
27 changed files with 3899 additions and 279 deletions
|
@ -10,7 +10,6 @@ type alias PageInput =
|
|||
, pageHyperBlog : String
|
||||
, pageInterviews : String
|
||||
, pageNutriDex : String
|
||||
, pagePlatforms : String
|
||||
, pageServices : String
|
||||
, pageDonate : String
|
||||
}
|
||||
|
@ -20,7 +19,6 @@ pageNames : PageInput
|
|||
pageNames =
|
||||
{ pageRoot = "home"
|
||||
, pageHome = "upRootNutrition"
|
||||
, pagePlatforms = "platforms"
|
||||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
, pageDebate = "arguments"
|
||||
|
@ -77,11 +75,6 @@ nutriDexName =
|
|||
createPageName pageNames.pageNutriDex
|
||||
|
||||
|
||||
platformsName : String
|
||||
platformsName =
|
||||
createPageName pageNames.pagePlatforms
|
||||
|
||||
|
||||
servicesName : String
|
||||
servicesName =
|
||||
createPageName pageNames.pageServices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue