Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
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
5c6660f8
authored
2022-03-01 14:28:38 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ddd
1 parent
df793077
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
wp-content/themes/understrap-child/header-numbers.php
wp-content/themes/understrap-child/src/sass/theme/_numbers.scss
wp-content/themes/understrap-child/header-numbers.php
View file @
5c6660f
...
...
@@ -36,6 +36,17 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse-numbers'
})(
window
,
document
,
'script'
,
'dataLayer'
,
'GTM-NPF5PDM'
);
</script>
<!-- End Google Tag Manager -->
<?php
wp_head
();
?>
<!-- Hotjar Tracking Code for https://yournumbers.ca/ -->
<script>
(
function
(
h
,
o
,
t
,
j
,
a
,
r
){
h
.
hj
=
h
.
hj
||
function
(){(
h
.
hj
.
q
=
h
.
hj
.
q
||
[]).
push
(
arguments
)};
h
.
_hjSettings
=
{
hjid
:
2854947
,
hjsv
:
6
};
a
=
o
.
getElementsByTagName
(
'head'
)[
0
];
r
=
o
.
createElement
(
'script'
);
r
.
async
=
1
;
r
.
src
=
t
+
h
.
_hjSettings
.
hjid
+
j
+
h
.
_hjSettings
.
hjsv
;
a
.
appendChild
(
r
);
})(
window
,
document
,
'https://static.hotjar.com/c/hotjar-'
,
'.js?sv='
);
</script>
<!-- Meta Pixel Code -->
<script>
!
function
(
f
,
b
,
e
,
v
,
n
,
t
,
s
)
...
...
wp-content/themes/understrap-child/src/sass/theme/_numbers.scss
View file @
5c6660f
Please
register
or
sign in
to post a comment