File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
themes/gathering-theme/layouts/partials Expand file tree Collapse file tree 1 file changed +14
-3
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 }} ">
8
- {{ with .Site.Params.author }}< meta name ="author " content ="{{ . }} "> {{ end }}
9
-
7
+ < meta name ="description "
8
+ content ="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }} ">
9
+ {{ with .Site.Params.author }}
10
+ < meta name ="author " content ="{{ . }} "> {{ end }}
11
+
10
12
{{ "<!-- plugins --> " | safeHTML }}
11
13
{{ range .Site.Params.plugins.css }}
12
14
< link rel ="stylesheet " href ="{{ .link | absURL }} ">
19
21
{{ "<!--Favicon--> " | safeHTML }}
20
22
< link rel ="shortcut icon " href ="{{ `images/favicon.png` | absURL }} " type ="image/x-icon ">
21
23
< link rel ="icon " href ="{{ `images/favicon.png` | absURL }} " type ="image/x-icon ">
24
+ <!-- Google tag (gtag.js) -->
25
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-N2LHBZY3MV "> </ script >
26
+ < script >
27
+ window . dataLayer = window . dataLayer || [ ] ;
28
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
29
+ gtag ( 'js' , new Date ( ) ) ;
30
+
31
+ gtag ( 'config' , 'G-N2LHBZY3MV' ) ;
32
+ </ script >
22
33
23
34
{{ template "_internal/opengraph.html" . }}
24
35
{{ template "_internal/twitter_cards.html" . }}
You can’t perform that action at this time.
0 commit comments