mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: added gibberish page and argument summaries
This commit is contained in:
parent
8b0c2b632e
commit
23ce3b3f68
67 changed files with 498 additions and 283 deletions
|
@ -7,6 +7,7 @@ type alias PageInput =
|
|||
, pageContact : String
|
||||
, pageDebate : String
|
||||
, pageDodgers : String
|
||||
, pageGibberish : String
|
||||
, pageHyperBlog : String
|
||||
, pageInterviews : String
|
||||
, pageNutriDex : String
|
||||
|
@ -22,6 +23,7 @@ pageNames =
|
|||
, pageServices = "services"
|
||||
, pageDodgers = "cuckList"
|
||||
, pageDebate = "arguments"
|
||||
, pageGibberish = "gibberish"
|
||||
, pageHyperBlog = "hyperBlog"
|
||||
, pageNutriDex = "nutriDex"
|
||||
, pageInterviews = "interviews"
|
||||
|
@ -60,6 +62,11 @@ dodgersName =
|
|||
createPageName pageNames.pageDodgers
|
||||
|
||||
|
||||
gibberishName : String
|
||||
gibberishName =
|
||||
createPageName pageNames.pageGibberish
|
||||
|
||||
|
||||
hyperBlogName : String
|
||||
hyperBlogName =
|
||||
createPageName pageNames.pageHyperBlog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue