Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Mar 9, 2024
1 parent 307dab4 commit 6f8ab1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<head>
<meta charset="utf-8">
<title>{{ .Title }}</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CHEBM9VFB0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CHEBM9VFB0');
</script>

{{ "<!-- mobile responsive meta -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description"
Expand Down

0 comments on commit 6f8ab1c

Please sign in to comment.