Skip to content

Instantly share code, notes, and snippets.

@riskiii
Forked from jbreitenbucher/gist:1996824
Created March 11, 2012 04:29
Show Gist options
  • Save riskiii/2015036 to your computer and use it in GitHub Desktop.
Save riskiii/2015036 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