Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
stellervista-micro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0ee40d3b
authored
2023-08-21 12:18:26 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dod
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
52572b82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
wp-content/themes/understrap-child/header.php
wp-content/themes/understrap-child/header.php
View file @
0ee40d3
...
...
@@ -21,9 +21,19 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<link
rel=
"profile"
href=
"http://gmpg.org/xfn/11"
>
<meta
property=
"og:image"
content=
"https://stellervista.ca/wp-content/uploads/2023/08/Group-54.png"
/>
<?php
wp_head
();
?>
<!-- Google Tag Manager -->
<script>
(
function
(
w
,
d
,
s
,
l
,
i
){
w
[
l
]
=
w
[
l
]
||
[];
w
[
l
].
push
({
'gtm.start'
:
new
Date
().
getTime
(),
event
:
'gtm.js'
});
var
f
=
d
.
getElementsByTagName
(
s
)[
0
],
j
=
d
.
createElement
(
s
),
dl
=
l
!=
'dataLayer'
?
'&l='
+
l
:
''
;
j
.
async
=
true
;
j
.
src
=
'https://www.googletagmanager.com/gtm.js?id='
+
i
+
dl
;
f
.
parentNode
.
insertBefore
(
j
,
f
);
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-WVBLFCK2'
);
</script>
</head>
<body
<?php
body_class
();
?>
<?php
understrap_body_attributes
();
?>
>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe
src=
"https://www.googletagmanager.com/ns.html?id=GTM-WVBLFCK2"
height=
"0"
width=
"0"
style=
"display:none;visibility:hidden"
></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php
do_action
(
'wp_body_open'
);
?>
<div
class=
"site"
id=
"page"
>
...
...
Please
register
or
sign in
to post a comment