File tree Expand file tree Collapse file tree 3 files changed +107
-1
lines changed Expand file tree Collapse file tree 3 files changed +107
-1
lines changed Original file line number Diff line number Diff line change 4
4
< link rel ="manifest " href ="/site.webmanifest ">
5
5
< link rel ="mask-icon " href ="/safari-pinned-tab.svg " color ="#05cdcb ">
6
6
< meta name ="msapplication-TileColor " content ="#05cdcb ">
7
- < meta name ="theme-color " content ="#05cdcb ">
7
+ < meta name ="theme-color " content ="#05cdcb ">
8
+
9
+ <!-- Google tag (gtag.js) -->
10
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-M01PWFWTMX "> </ script >
11
+ < script >
12
+ window . dataLayer = window . dataLayer || [ ] ;
13
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
14
+ gtag ( 'js' , new Date ( ) ) ;
15
+
16
+ gtag ( 'config' , 'G-M01PWFWTMX' ) ;
17
+ </ script >
Original file line number Diff line number Diff line change 3
3
4
4
@import " {{ site.theme }}" ;
5
5
6
+ header h1 {
7
+ font-size : 1px ;
8
+ text-indent : -9999px ;
9
+ width : 100% ;
10
+ height : 90px ;
11
+ background : url (../img/logo.svg ) no-repeat center center ;
12
+ }
13
+
6
14
ul .nav {
7
15
display : flex ;
8
16
justify-content : flex-end ;
You can’t perform that action at this time.
0 commit comments