File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
themes/PaperModCustomize/layouts/partials Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 44< head > </ head > section of every page. */ -}}
55{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
66{{- /* Head custom content area end */ -}}
7+ <!-- Google tag (gtag.js) -->
8+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-R2YQZRNH87 "> </ script >
9+ < script >
10+ window . dataLayer = window . dataLayer || [ ] ;
11+ function gtag ( ) { dataLayer . push ( arguments ) ; }
12+ gtag ( 'js' , new Date ( ) ) ;
13+
14+ gtag ( 'config' , 'G-R2YQZRNH87' ) ;
15+ </ script >
16+
717{{ if .Store.Get "hasMermaid" }}
818< script type ="module ">
919 import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs' ;
1020 mermaid . initialize ( { startOnLoad : true } ) ;
1121</ script >
12- {{ end }}
22+ {{ end }}
You can’t perform that action at this time.
0 commit comments