File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="ko ">
3
3
< head >
4
+ <!-- Google tag (gtag.js) -->
5
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-SMXGZQRD0S "> </ script >
6
+ < script >
7
+ window . dataLayer = window . dataLayer || [ ] ;
8
+ function gtag ( ) {
9
+ dataLayer . push ( arguments ) ;
10
+ }
11
+ gtag ( 'js' , new Date ( ) ) ;
12
+ gtag ( 'config' , 'G-SMXGZQRD0S' ) ;
13
+ </ script >
4
14
<!-- 기본 meta 태그 및 link -->
5
15
< meta charset ="UTF-8 " />
6
16
< link rel ="icon " type ="image/svg+xml " href ="/images/boolock_logo.png " />
14
24
< meta name ="author " content ="부스트캠프 9기 Web31팀 " />
15
25
<!-- Open Graph -->
16
26
< meta property ="og:title " content ="BooLock " />
17
- < meta
18
- property ="og:description "
19
- content ="쉽게 배우는 블록 코딩 "
20
- />
27
+ < meta property ="og:description " content ="쉽게 배우는 블록 코딩 " />
21
28
< meta property ="og:url " content ="https://boolock.site/ " />
22
29
< meta property ="og:image " content ="/images/boolock_thumnail.png " />
23
30
< meta property ="og:image:alt " content ="블록코딩 플랫폼 BooLock의 썸네일 " />
You can’t perform that action at this time.
0 commit comments