mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added mackdown parser
This commit is contained in:
parent
ce159368e6
commit
8f7cd96f63
20 changed files with 1445 additions and 43 deletions
|
@ -412,11 +412,11 @@ items input =
|
|||
, url = Path.toString Path.Services
|
||||
}
|
||||
, { icon = hyperBlog
|
||||
, isCurrent = input.route.path == Path.HyperBlog
|
||||
, isCurrent = input.route.path == Path.Blog
|
||||
, isNewTabLink = False
|
||||
, isSubscriberOnly = False
|
||||
, name = String.toUpper pageNames.pageHyperBlog
|
||||
, url = Path.toString Path.HyperBlog
|
||||
, url = Path.toString Path.Blog
|
||||
}
|
||||
, { icon = debate
|
||||
, isCurrent = input.route.path == Path.Debate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue