Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Forked from anneallen/Modernizer
Last active December 27, 2015 14:29
Show Gist options
  • Save ashumeow/7341394 to your computer and use it in GitHub Desktop.
Save ashumeow/7341394 to your computer and use it in GitHub Desktop.
//Add Modernizer
function eva_modernizer_doctype() {
<!DOCTYPE html>
<html>
<div class="no-js">
<?php language_attributes( 'html' ); ?>>
<head>
<meta charset="UTF-8"> </head>
<?php
}
remove_action( 'genesis_doctype', 'genesis_do_doctype' );
add_action( 'genesis_doctype', 'eva_modernizer_doctype' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment