mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: crushed it like I crushed your mom
This commit is contained in:
parent
7d22f82b12
commit
eb17ceb6c2
18 changed files with 19 additions and 30 deletions
|
@ -17,22 +17,21 @@ type alias PageInput =
|
|||
|
||||
pageNames : PageInput
|
||||
pageNames =
|
||||
{ pageHome = "upRoot Health"
|
||||
, pagePlatforms = "Platforms"
|
||||
, pageServices = "Services"
|
||||
, pageDodgers = "Dodgers"
|
||||
, pageDebate = "Debate"
|
||||
, pageHyperBlog = "HyperBlog"
|
||||
, pageNutriDex = "NutriDex"
|
||||
, pageInterviews = "Interviews"
|
||||
, pageContact = "Contact"
|
||||
, pageSupport = "Support"
|
||||
{ pageHome = "upRootHealth"
|
||||
, pagePlatforms = "platforms"
|
||||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
, pageDebate = "arguments"
|
||||
, pageHyperBlog = "hyperBlog"
|
||||
, pageNutriDex = "nutriDex"
|
||||
, pageInterviews = "interviews"
|
||||
, pageContact = "contact"
|
||||
, pageSupport = "support"
|
||||
}
|
||||
|
||||
|
||||
createPageName : String -> String
|
||||
createPageName pageName =
|
||||
pageNames.pageHome ++ " | " ++ pageName
|
||||
pageNames.pageHome ++ " :: " ++ pageName
|
||||
|
||||
|
||||
contactName : String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue