File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/main/resources/templates/pug/layouts Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ html(lang="en", xmlns:th="http://www.thymeleaf.org")
16
16
link( rel ='stylesheet' href ='https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css' integrity ='sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk' crossorigin ='anonymous' )
17
17
link( rel ="stylesheet" th:href ="@{styles/main.css}" )
18
18
19
+ //- Global site tag (gtag.js) - Google Analytics
20
+ script( async ='' src ='https://www.googletagmanager.com/gtag/js?id=UA-158781103-1' )
21
+ script .
22
+ window .dataLayer = window .dataLayer || [];
23
+ function gtag (){dataLayer .push (arguments );}
24
+ gtag (' js' , new Date ());
25
+ gtag (' config' , ' UA-158781103-1' );
26
+
19
27
body
20
28
21
29
section
You can’t perform that action at this time.
0 commit comments