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 0b6fe87 commit 6aff1e4Copy full SHA for 6aff1e4
templates/includes/head.html
@@ -22,14 +22,6 @@
22
<!-- [Template CSS Files] -->
23
<link rel="stylesheet" href="{% static "assets/css/style.css" %}" id="main-style-link" >
24
<link rel="stylesheet" href="{% static "assets/css/style-preset.css" %}" >
25
-<!-- Google tag (gtag.js) -->
26
-<script async src="https://www.googletagmanager.com/gtag/js?id=YOUR_GOOGLE_TAG"></script>
27
-<script>
28
- window.dataLayer = window.dataLayer || [];
29
- function gtag() {
30
- dataLayer.push(arguments);
31
- }
32
- gtag('js', new Date());
33
34
- gtag('config', 'YOUR_GOOGLE_TAG');
35
-</script>
+<!-- Your Custom CSS -->
+<link rel="stylesheet" href="{% static "assets/css/custom.css" %}" >
0 commit comments