Skip to content

Commit 6aff1e4

Browse files
committed
Update head.html
1 parent 0b6fe87 commit 6aff1e4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

templates/includes/head.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
<!-- [Template CSS Files] -->
2323
<link rel="stylesheet" href="{% static "assets/css/style.css" %}" id="main-style-link" >
2424
<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());
3325

34-
gtag('config', 'YOUR_GOOGLE_TAG');
35-
</script>
26+
<!-- Your Custom CSS -->
27+
<link rel="stylesheet" href="{% static "assets/css/custom.css" %}" >

0 commit comments

Comments
 (0)