|
@@ -7,6 +7,7 @@ function dw_setup() {
|
|
|
require( get_template_directory() . '/inc/tweaks.php' );
|
|
|
if ( ! isset( $content_width ) ) $content_width = 1310;
|
|
|
add_theme_support( 'title-tag' );
|
|
|
+ add_theme_support( 'wp-block-styles' );
|
|
|
add_theme_support( 'automatic-feed-links' );
|
|
|
add_theme_support( 'menus' );
|
|
|
add_theme_support( 'post-thumbnails' );
|
|
@@ -41,7 +42,7 @@ add_action( 'enqueue_block_editor_assets', 'dw_editor' );
|
|
|
function dw_remove_block_library_css(){
|
|
|
wp_dequeue_style( 'wp-block-library' );
|
|
|
}
|
|
|
-add_action( 'wp_enqueue_scripts', 'dw_remove_block_library_css' );
|
|
|
+//add_action( 'wp_enqueue_scripts', 'dw_remove_block_library_css' );
|
|
|
|
|
|
add_action( 'wp_enqueue_scripts', 'dw_scripts' );
|
|
|
function dw_scripts() {
|