Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67e0773

Browse files
author
Jay Jaeho Lee
committed
Merge pull request #76 from spoqa/maintenance
yml?
2 parents 03432d5 + 7b25f36 commit 67e0773

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
pygments: true
22
paginate: 10
33
markdown: kramdown
4-
host: 0.0.0.0
4+
host: 0.0.0.0
5+
6+
safe: true
7+
analytics :
8+
provider : google
9+
google :
10+
tracking_id : 'UA-36136046-5'

_layouts/default.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@
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>
3830
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
3931
<script src="//use.typekit.net/ise6lwp.js"></script>
4032
<script>try{Typekit.load();}catch(e){}</script>

0 commit comments

Comments
 (0)