projects
/
WP-Themes
/
saultstemarie360.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d567fa
)
adding target blank to the header logo for hospmentality360 link
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 14:21:35 +0000
(10:21 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 24 Jul 2018 14:21:35 +0000
(10:21 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
4eb58c6
..
dad750f
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-44,7
+44,7
@@
<div class="flex-box">
<div id="logo-group">
<div id="main-logo" class="logo-<?php echo $page; ?> <?php echo $type; ?> header-logo">
- <a href="https://hospitalitymentality360.gaslightmedia.com" rel="home">
+ <a href="https://hospitalitymentality360.gaslightmedia.com"
target="_blank"
rel="home">
<img id="hm360-logo" src="<?php echo get_template_directory_uri()."/assets/logo-small-white.png"; ?>" alt="<?php bloginfo( 'name' ); ?>">
</a>
</div>