Skip to content

Commit 32137b5

Browse files
committed
remove twitter
1 parent 88d074a commit 32137b5

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

_includes/connect.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>Where to Connect</h2>
1313

1414
<br />
1515

16-
<div class="row">
16+
<div class="row justify-content-center">
1717
<div class="col-lg-4 col-md-4 col-sm-4">
1818
<div class="social discourse">
1919
<h4>Discourse</h4>
@@ -23,15 +23,6 @@ <h4>Discourse</h4>
2323
</div>
2424
</div>
2525

26-
<div class="col-lg-4 col-md-4 col-sm-4">
27-
<div class="social twitter">
28-
<h4>Twitter</h4>
29-
<p>
30-
Tweet things to <a href="https://twitter.com/bokeh">@bokeh</a>
31-
</p>
32-
</div>
33-
</div>
34-
3526
<div class="col-lg-4 col-md-4 col-sm-4">
3627
<div class="social github">
3728
<h4>Github</h4>

_includes/head.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@
2222
<meta property="og:url" content="https://bokeh.org/" />
2323
<meta property="og:description" content="Bokeh is a Python-based visualization library, capable of building plots from simple charts to interactive dashboards.">
2424
<meta name="image" property="og:image" content="http://static.bokeh.org/og/logotype-on-hex.png">
25-
<meta property="og:image:alt" content="Bokeh logo on hex tiles" />
26-
<meta name="twitter:card" content="summary_large_image" />
27-
<meta property="twitter:site" content="@bokeh" />
25+
<meta property="og:image:alt" content="Bokeh logo on hex tiles" />

css/main.sass

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ pre
155155
background-image: url("../img/discourse.png")
156156
margin-top: 14px
157157
border-bottom: 0
158-
&.twitter
159-
background-image: url("../img/twitter.png")
160-
margin-top: 14px
161-
border-bottom: 0
162158
&.github
163159
background-image: url("../img/github.png")
164160
margin-top: 14px

0 commit comments

Comments
 (0)