From 0060a40c298cb2d4b38c2b6d7a4c6692f012a5ec Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Wed, 12 Feb 2020 14:53:01 -0500 Subject: [PATCH 1/3] Remove non-gutenberg HTML in block template files --- parisienne/block-templates/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/parisienne/block-templates/index.html b/parisienne/block-templates/index.html index 1ff712ee..51ac1b1e 100644 --- a/parisienne/block-templates/index.html +++ b/parisienne/block-templates/index.html @@ -1,11 +1,11 @@ - + + + -
- -
+ +
+ - + + + From e6ab0bffdf31d144b27a5c37ce9f1b99993e460a Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Wed, 12 Feb 2020 14:53:13 -0500 Subject: [PATCH 2/3] functions.php cleanup --- parisienne/functions.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/parisienne/functions.php b/parisienne/functions.php index afb13997..c9720ba1 100644 --- a/parisienne/functions.php +++ b/parisienne/functions.php @@ -58,11 +58,8 @@ function parisienne_theme_support() { * Register and Enqueue Styles. */ function parisienne_register_styles() { - $theme_version = wp_get_theme()->get( 'Version' ); - wp_enqueue_style( 'parisienne-style', get_stylesheet_uri(), array(), $theme_version ); - } add_action( 'wp_enqueue_scripts', 'parisienne_register_styles' ); @@ -100,6 +97,3 @@ function parisienne_block_editor_settings() { ) ); } add_action( 'after_setup_theme', 'parisienne_block_editor_settings' ); - -add_action('after_setup_theme', function () { -}); From 8c095db46bf5dbf9ba3e53200ccbfad116c21db9 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Wed, 12 Feb 2020 14:58:00 -0500 Subject: [PATCH 3/3] Remove post title from index template. Since it wasn't there previously. --- parisienne/block-templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parisienne/block-templates/index.html b/parisienne/block-templates/index.html index 51ac1b1e..e1a6cc87 100644 --- a/parisienne/block-templates/index.html +++ b/parisienne/block-templates/index.html @@ -3,7 +3,7 @@ -
+