|
27 | 27 | <meta property="og:description" content="몇가지 Code snippet과 설명등을 포함하여 매주 1회씩 스포카 팀이 배운 여러가지 기술들에 대해 소개합니다.">
|
28 | 28 | {% endif %}
|
29 | 29 | <meta property="og:image" content="http://www.gravatar.com/avatar/52813188698089bda7e20154c114d17e.png">
|
| 30 | +<script> |
| 31 | +(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 32 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 33 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 34 | +})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 35 | +ga('create', 'UA-36136046-5', 'auto'); |
| 36 | +ga('send', 'pageview'); |
| 37 | +</script> |
30 | 38 | <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
|
31 | 39 | <script src="//use.typekit.net/ise6lwp.js"></script>
|
32 | 40 | <script>try{Typekit.load();}catch(e){}</script>
|
|
102 | 110 | };
|
103 | 111 |
|
104 | 112 | WebFont.load(WebFontConfig);
|
105 |
| -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
106 |
| -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
107 |
| -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
108 |
| -})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
109 |
| - |
110 |
| -ga('create', 'UA-36136046-5', 'auto'); |
111 |
| -ga('send', 'pageview'); |
112 |
| - |
113 | 113 | </script>
|
114 | 114 | </body>
|
115 | 115 | </html>
|
|
0 commit comments