projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b8e5e
)
Stylesheet version update to force reload.
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 18:35:55 +0000
(14:35 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 18:35:55 +0000
(14:35 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
fe8d004
..
00f85e2
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-4,7
+4,7
@@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/app.css?v=1.0">
+ <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/app.css?v=1.0
1
">
<link href='http://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<?php wp_head();?>
</head>