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:
7cf31a0
)
New version number for stylesheet so tablet will refresh... heh.
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 3 Feb 2015 18:15:02 +0000
(13:15 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 3 Feb 2015 18:15:02 +0000
(13:15 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
66e267f
..
e8b269f
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=1.1.
1
" />
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.
2
" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>