support for custom logo

This commit is contained in:
Jonas Heinrich 2020-04-15 19:21:20 +02:00
parent b01ca60341
commit e8f3b2c328
2 changed files with 11 additions and 3 deletions

View file

@ -2,8 +2,9 @@
function kit_setup() {
add_theme_support('menus');
add_theme_support( 'menus' );
add_theme_support( 'post-thumbnails' );
add_theme_support( 'custom-logo' );
register_nav_menus( array(
'primary' => 'Main Menu',