projects
/
WP-Themes
/
parrotslanding.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac9e3b1
)
-m Stylesheet & theme version bump
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 1 May 2019 15:33:37 +0000
(11:33 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 1 May 2019 15:33:37 +0000
(11:33 -0400)
header.php
patch
|
blob
|
history
style.css
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
813a854
..
9727ed7
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 echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1
4
">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1
6
">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
<?php wp_head(); ?>
<!-- Facebook Pixel Code -->
diff --git
a/style.css
b/style.css
index
9ae8644
..
b25ffaa
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-3,5
+3,5
@@
Theme Name: ParrotsLanding
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ParrotsLanding
-Version: 1.0.1
5
+Version: 1.0.1
6
*/