projects
/
WP-Themes
/
TomsMomsCookies.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50fb01
)
Took modernizer out of header
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 25 Feb 2015 17:36:44 +0000
(12:36 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 25 Feb 2015 17:36:44 +0000
(12:36 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
b20684f
..
4b36c27
100755
(executable)
--- a/
header.php
+++ b/
header.php
@@
-6,7
+6,6
@@
<title><?php wp_title();?></title>
<link rel="stylesheet" href=" <?php echo get_stylesheet_directory_uri(); ?>/css/app.css" />
<link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
- <script src="<?php echo get_template_directory_uri(); ?>/bower_components/modernizr/modernizr.js"></script>
<?php wp_head();?>
</head>
<body>