projects
/
WP-Themes
/
PrestonFeather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cf4bf
)
only once
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 1 Dec 2014 19:48:27 +0000
(14:48 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 1 Dec 2014 19:48:27 +0000
(14:48 -0500)
for the app.css file
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
e21a283
..
26f3ea2
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-3,7
+3,6
@@
<head>
<meta charset="utf-8">
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/app.css">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
<?php wp_head();?>
</head>