Skip to content

Commit 4cc154d

Browse files
author
fand
committed
Remove old IE hack
1 parent 66998dc commit 4cc154d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33

44
<head>
55
<meta charset='utf-8'>
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
76
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
87
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
98
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
109
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
11-
<!--[if lt IE 9]>
12-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13-
<![endif]-->
1410
<title>Kyoto.js - JavaScript Community at Kyoto</title>
1511
</head>
1612

@@ -21,12 +17,14 @@
2117
<header>
2218
<h1>Kyoto.js</h1>
2319
<h2>JavaScript Community at Kyoto</h2>
24-
<div id="social-buttons">
2520

21+
<div id="social-buttons">
22+
<!-- Hatena Bookmark -->
2623
<a href="http://b.hatena.ne.jp/entry/" class="hatena-bookmark-button" data-hatena-bookmark-layout="simple-balloon" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a>
2724
<script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8"
2825
async="async"></script>
2926

27+
<!-- Twitter -->
3028
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="ja">ツイート</a>
3129
<script>
3230
! function(d, s, id) {
@@ -40,15 +38,12 @@ <h2>JavaScript Community at Kyoto</h2>
4038
}(document, "script", "twitter-wjs");
4139
</script>
4240

43-
<!-- +1 ボタン を表示したい位置に次のタグを貼り付けてください。 -->
41+
<!-- G+ -->
4442
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300"></div>
45-
46-
<!-- 最後の +1 ボタン タグの後に次のタグを貼り付けてください。 -->
4743
<script type="text/javascript">
4844
window.___gcfg = {
4945
lang: 'ja'
5046
};
51-
5247
(function() {
5348
var po = document.createElement('script');
5449
po.type = 'text/javascript';
@@ -58,7 +53,6 @@ <h2>JavaScript Community at Kyoto</h2>
5853
s.parentNode.insertBefore(po, s);
5954
})();
6055
</script>
61-
6256
</div>
6357
</header>
6458

@@ -103,6 +97,7 @@ <h3>連絡</h3>
10397
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
10498
</footer>
10599

100+
<!-- Google Analytics -->
106101
<script type="text/javascript">
107102
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
108103
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

0 commit comments

Comments
 (0)