Skip to content

Instantly share code, notes, and snippets.

@jbreitenbucher
Created March 7, 2012 22:44
Show Gist options
  • Save jbreitenbucher/1996824 to your computer and use it in GitHub Desktop.
Save jbreitenbucher/1996824 to your computer and use it in GitHub Desktop.
Genesis: HTML5
#HTML5 DOCTYPE
remove_action( 'genesis_doctype', 'genesis_do_doctype' );
add_action( 'genesis_doctype', create_function( '', 'echo "<!DOCTYPE html><html><head>";' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment