mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
changed regular expression in routes.json to make all conference websites have the title Scratch Conference, instead of Scratch - Imagine, Program, Share.
This commit is contained in:
parent
8c1bfe0452
commit
5a77a5b1a6
1 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
{
|
||||
"name": "conference-index",
|
||||
"pattern": "^/conference/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2017/index/index",
|
||||
"title": "Scratch Conference",
|
||||
"viewportWidth": "device-width"
|
||||
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
"name": "conference-index-2016",
|
||||
"pattern": "^/conference/2016/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2016/index/index",
|
||||
"title": "Scratch Conference",
|
||||
"viewportWidth": "device-width"
|
||||
|
@ -58,28 +58,28 @@
|
|||
{
|
||||
"name": "conference-plan-2016",
|
||||
"pattern": "^/conference/2016/plan/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2016/plan/plan",
|
||||
"title": "Plan Your Visit"
|
||||
},
|
||||
{
|
||||
"name": "conference-expectations-2016",
|
||||
"pattern": "^/conference/2016/expect/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2016/expect/expect",
|
||||
"title": "What to Expect"
|
||||
},
|
||||
{
|
||||
"name": "conference-schedule-2016",
|
||||
"pattern": "^/conference/2016/schedule/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2016/schedule/schedule",
|
||||
"title": "Conference Schedule"
|
||||
},
|
||||
{
|
||||
"name": "conference-details-2016",
|
||||
"pattern": "^/conference/2016/:id/details/?$",
|
||||
"routeAlias": "/conference(?!/201[4-5])",
|
||||
"routeAlias": "/conference(?!/201[4-7])",
|
||||
"view": "conference/2016/details/details",
|
||||
"title": "Event Details"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue