ソースを参照

Update sidebar.html

Jonny Wenmoth 4 年 前
コミット
4a1d6e0316
1 ファイル変更0 行追加19 行削除
  1. 0 19
      _includes/sidebar.html

+ 0 - 19
_includes/sidebar.html

@@ -13,23 +13,4 @@
 	{{ site.description }}
 </div>
 {% endif %}
-
-<div id="contact-list" class="text-center">
-
-	<ul class="list-unstyled list-inline">
-		{% if site.github.watch %}
-		<li>
-            <iframe src="http://ghbtns.com/github-btn.html?user={{ site.github.username }}&repo={{ site.github.repo }}&type=watch&count=true"
-                allowtransparency="true" frameborder="0" scrolling="0" width="85" height="20"></iframe>
-		</li>
-		{% endif %}
-		{% if site.github.fork %}
-		<li>
-			<iframe src="http://ghbtns.com/github-btn.html?user={{ site.github.username }}&repo={{ site.github.repo }}&type=fork&count=true"
-                allowtransparency="true" frameborder="0" scrolling="0" width="83" height="20"></iframe>
-		</li>
-		{% endif %}
-	</ul>
-
-</div>
 <! -- sidebar.html end -->