Skip to content

Commit 03432d5

Browse files
author
Jay Jaeho Lee
committed
Merge pull request #75 from spoqa/maintenance
Move GA to head
2 parents 314ca87 + 7693eb9 commit 03432d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_layouts/default.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
<meta property="og:description" content="몇가지 Code snippet과 설명등을 포함하여 매주 1회씩 스포카 팀이 배운 여러가지 기술들에 대해 소개합니다.">
2828
{% endif %}
2929
<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>
3038
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
3139
<script src="//use.typekit.net/ise6lwp.js"></script>
3240
<script>try{Typekit.load();}catch(e){}</script>
@@ -102,14 +110,6 @@
102110
};
103111

104112
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-
113113
</script>
114114
</body>
115115
</html>

0 commit comments

Comments
 (0)