We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627609f commit b883354Copy full SHA for b883354
src/pug/_partials/head.pug
@@ -32,15 +32,4 @@ link(rel='stylesheet' href='css/vendors/simplebar.css')
32
link(href='css/style.css', rel='stylesheet')
33
34
// We use those styles to show code examples, you should remove them in your application.
35
-link(href='css/examples.css', rel='stylesheet')
36
-
37
-// Global site tag (gtag.js) - Google Analytics
38
-script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-118965717-3')
39
-script.
40
- window.dataLayer = window.dataLayer || [];
41
- function gtag(){dataLayer.push(arguments);}
42
- gtag('js', new Date());
43
- // Shared ID
44
- gtag('config', 'UA-118965717-3');
45
- // Bootstrap ID
46
- gtag('config', 'UA-118965717-5');
+link(href='css/examples.css', rel='stylesheet')
0 commit comments