init
This commit is contained in:
@@ -1 +1,3 @@
|
||||
|
||||
if !isInternalServer()
|
||||
//- HubSpot Embed Code
|
||||
script#hs-script-loader(type='text/javascript' async defer src='//js.hs-scripts.com/22348300.js')
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
if isProduction() && !isInternalServer()
|
||||
script(type='text/javascript').
|
||||
(function (c, l, a, r, i, t, y) {
|
||||
c[a] = c[a] || function () {
|
||||
(c[a].q = c[a].q || []).push(arguments)
|
||||
};
|
||||
t = l.createElement(r);
|
||||
t.async = 1;
|
||||
t.src = "https://www.clarity.ms/tag/" + i;
|
||||
y = l.getElementsByTagName(r)[0];
|
||||
y.parentNode.insertBefore(t, y);
|
||||
})(window, document, "clarity", "script", "dx77073klh");
|
||||
|
||||
script(async='' src='https://www.googletagmanager.com/gtag/js?id=G-7KSRKQ1397')
|
||||
script.
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-7KSRKQ1397');
|
||||
|
||||
11
worklenz-backend/src/views/_tawk-to.pug
Normal file
11
worklenz-backend/src/views/_tawk-to.pug
Normal file
@@ -0,0 +1,11 @@
|
||||
if !isInternalServer()
|
||||
script(type='text/javascript').
|
||||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
|
||||
(function(){
|
||||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
|
||||
s1.async=true;
|
||||
s1.src='https://embed.tawk.to/666fc2b29a809f19fb3e837a/1i0i912sj';
|
||||
s1.charset='UTF-8';
|
||||
s1.setAttribute('crossorigin','*');
|
||||
s0.parentNode.insertBefore(s1,s0);
|
||||
})();
|
||||
@@ -7,6 +7,7 @@ html(lang="en" data-critters-container v=release)
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
|
||||
meta(name='theme-color' content='#1976d2')
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
link(rel='preconnect' href='https://fonts.googleapis.com')
|
||||
link(rel='preconnect' href='https://fonts.gstatic.com' crossorigin='')
|
||||
@@ -16,9 +17,9 @@ html(lang="en" data-critters-container v=release)
|
||||
|
||||
include _fonts
|
||||
include _styles
|
||||
link(rel='stylesheet' href='/styles.c78b93a1a5b19d7f.css' media='print' onload="this.media='all'")
|
||||
link(rel='stylesheet' href='/styles.68b8da263f6e7075.css' media='print' onload="this.media='all'")
|
||||
noscript
|
||||
link(rel='stylesheet' href='/styles.c78b93a1a5b19d7f.css')
|
||||
link(rel='stylesheet' href='/styles.68b8da263f6e7075.css')
|
||||
|
||||
style.
|
||||
.inner-subtask-create[_ngcontent-ng-c279964727] {
|
||||
@@ -31,9 +32,9 @@ html(lang="en" data-critters-container v=release)
|
||||
block content
|
||||
noscript Please enable JavaScript to continue using this application.
|
||||
|
||||
script(src='/runtime.9997dc39514a207d.js' type='module')
|
||||
script(src='/runtime.6007cef15fea30d1.js' type='module')
|
||||
script(src='/polyfills.f07f6ddac0a4feb2.js' type='module')
|
||||
//- script(src='/scripts.9a11919855e8efc3.js' defer)
|
||||
script(src='/main.91ef34cb24678df1.js' type='module')
|
||||
script(src='/main.05d8ba4986531fb3.js' type='module')
|
||||
|
||||
include ../_hubspot
|
||||
|
||||
@@ -21,5 +21,27 @@ html(lang='en')
|
||||
|
||||
link(rel="shortcut icon", href="/favicon.ico", type="image/x-icon")
|
||||
|
||||
if(env === "production")
|
||||
script(type='text/javascript').
|
||||
(function (c, l, a, r, i, t, y) {
|
||||
c[a] = c[a] || function () {
|
||||
(c[a].q = c[a].q || []).push(arguments)
|
||||
};
|
||||
t = l.createElement(r);
|
||||
t.async = 1;
|
||||
t.src = "https://www.clarity.ms/tag/" + i;
|
||||
y = l.getElementsByTagName(r)[0];
|
||||
y.parentNode.insertBefore(t, y);
|
||||
})(window, document, "clarity", "script", "d8iohlkycf");
|
||||
|
||||
script(async='' src='https://www.googletagmanager.com/gtag/js?id=G-7KSRKQ1397')
|
||||
script.
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-7KSRKQ1397');
|
||||
|
||||
body.is-boxed.has-animations
|
||||
block content
|
||||
|
||||
@@ -18,7 +18,8 @@ html(lang='en')
|
||||
meta(name='description' content=description)
|
||||
|
||||
meta(name="keywords" content=keywords)
|
||||
meta(name='robots' content='index, follow')
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
//- Open Graph / Facebook
|
||||
meta(property='og:type' content='website')
|
||||
meta(property='og:subdomain' content='')
|
||||
|
||||
Reference in New Issue
Block a user