Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add About landing page #171

Merged
merged 14 commits into from
Feb 2, 2023
5 changes: 5 additions & 0 deletions env/page-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"slug": "download",
"template": "page-download.html"
},
{
"slug": "about-2",
"pattern": "about.php",
"template": "page-about.html"
},
{
"slug": "enterprise",
"pattern": "enterprise.php",
Expand Down
1 change: 1 addition & 0 deletions source/wp-content/mu-plugins/theme-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function should_use_new_theme() {
'/download/source/',
'/mobile/',
'/enterprise/',
'/about-2/',
);
if ( ! in_array( $request_uri, $new_theme_pages ) ) {
return false;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading