Skip to content

Commit

Permalink
Optimize root readme with youtube example
Browse files Browse the repository at this point in the history
  • Loading branch information
olethomas committed Aug 14, 2020
1 parent 8cfead4 commit 662e06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function setup_custom_project() {
add_theme_support( 'optimize-yoast-schema' );
add_theme_support( 'post-to-article' );
add_theme_support( 'searchwp-norwegian-stopwords' );
add_theme_support( 'youtube-embed-nocookie' );
}
add_action( 'after_setup_theme', 'setup_custom_project' );
Expand Down

0 comments on commit 662e06f

Please sign in to comment.