projects
/
WP-Themes
/
GreyGables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037a848
)
cache buster for style sheet
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 29 Jan 2015 20:49:56 +0000
(15:49 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 29 Jan 2015 20:49:56 +0000
(15:49 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
ede3ebe
..
d21daef
100755
(executable)
--- a/
header.php
+++ b/
header.php
@@
-6,7
+6,7
@@
<title>Grey Gables Restaurant</title>
<title><?php wp_title(); ?></title>
<?php wp_head();?>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=
2
" />
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=
3
" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>