diff --git a/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php b/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
index 1a581638e1..274bb2cdeb 100644
--- a/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
+++ b/public_html/wp-content/mu-plugins/theme-templates/bootstrap.php
@@ -71,7 +71,11 @@ function set_page_template_locations( $template_path ) {
*/
function inject_offline_template( $template_path ) {
if ( function_exists( 'is_offline' ) && ( \is_offline() || \is_500() ) ) {
- $template_path = __DIR__ . '/templates/offline.php';
+ if ( 'twentytwenty' === get_template() ) {
+ $template_path = __DIR__ . '/templates/offline-2020.php';
+ } else {
+ $template_path = __DIR__ . '/templates/offline.php';
+ }
}
return $template_path;
diff --git a/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php b/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php
new file mode 100644
index 0000000000..b46b5f7b25
--- /dev/null
+++ b/public_html/wp-content/mu-plugins/theme-templates/templates/offline-2020.php
@@ -0,0 +1,46 @@
+
+
+
+
+ id="post-">
+
+
+
+
+
+
+
+
+
+
+
+