File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
themes/PaperModCustomize/layouts/partials Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 88< script async src ="https://www.googletagmanager.com/gtag/js?id=G-R2YQZRNH87 "> </ script >
99< script >
1010 window . dataLayer = window . dataLayer || [ ] ;
11- function gtag ( ) { dataLayer . push ( arguments ) ; }
11+ function gtag ( ) { dataLayer . push ( arguments ) ; }
1212 gtag ( 'js' , new Date ( ) ) ;
1313
1414 gtag ( 'config' , 'G-R2YQZRNH87' ) ;
1515</ script >
1616
17+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9029159772270098 "
18+ crossorigin ="anonymous "> </ script >
19+
1720{{ if .Store.Get "hasMermaid" }}
1821< script type ="module ">
19- import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs' ;
20- mermaid . initialize ( { startOnLoad : true } ) ;
22+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs' ;
23+ mermaid . initialize ( { startOnLoad : true } ) ;
2124</ script >
22- {{ end }}
25+ {{ end }}
You can’t perform that action at this time.
0 commit comments