full width image support

This commit is contained in:
Ross Trottier 2024-09-04 18:21:05 -06:00
parent 5818929574
commit e2f1f3442d

View File

@ -5,6 +5,7 @@ add_action('after_setup_theme', 'slowtwitch_theme_support');
function slowtwitch_theme_support() {
add_theme_support('title-tag');
add_theme_support( 'align-wide' );
}
// enqueue styles