File tree 1 file changed +13
-2
lines changed
themes/influencer-hugo/layouts/partials 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
{{ "<!-- mobile responsive meta --> " | safeHTML }}
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
7
- < meta name ="description " content ="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }} ">
7
+ < meta name ="description "
8
+ content ="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }} ">
8
9
{{ with .Site.Params.author }}
9
10
< meta name ="author " content ="{{ . }} "> {{ end }}
10
11
<!-- theme meta -->
17
18
{{ end }}
18
19
19
20
<!-- snipcart -->
20
- < link id ="snipcart-theme " type ="text/css " href ="https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css " rel ="stylesheet ">
21
+ < link id ="snipcart-theme " type ="text/css " href ="https://cdn.snipcart.com/themes/2.0/base/snipcart.min.css "
22
+ rel ="stylesheet ">
21
23
22
24
{{ "<!-- Main Stylesheet --> " | safeHTML }}
23
25
{{ $styles := resources.Get "scss/style.scss" | toCSS | minify }}
27
29
< link rel ="shortcut icon " href ="{{ `images/favicon.ico` | absURL }} " type ="image/x-icon ">
28
30
< link rel ="icon " href ="{{ `images/favicon.ico` | absURL }} " type ="image/x-icon ">
29
31
32
+ <!-- Google tag (gtag.js) -->
33
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-S7BC1RT2JB "> </ script >
34
+ < script >
35
+ window . dataLayer = window . dataLayer || [ ] ;
36
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
37
+ gtag ( 'js' , new Date ( ) ) ;
38
+
39
+ gtag ( 'config' , 'G-S7BC1RT2JB' ) ;
40
+ </ script >
30
41
</ head >
You can’t perform that action at this time.
0 commit comments