Skip to content

Commit dd94902

Browse files
committed
Merge branch 'master' of github.com:pythonhackers/pythonhackers
2 parents 2fa8808 + 056688b commit dd94902

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyhackers/static/img/check.gif

-43 Bytes
Binary file not shown.

pyhackers/templates/os_list.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424

2525
<p>
2626
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Top 400 #Python Projects"
27-
data-via="pythonhackers" data-size="large" data-related="pythonhackers"
27+
data-via="pythonhackers" data-url="stg.pythonhackers.com/os"data-size="large" data-related="pythonhackers"
2828
data-hashtags="python,hackers,github">Tell your friends</a>
2929
</p>
30+
31+
<p><a href="https://twitter.com/pythonhackers" class="twitter-follow-button" data-show-count="true" data-lang="en" >Follow</a>
32+
</p>
3033
</div>
3134

3235
<div class='col-lg-6 col-lg-offset-3'>
@@ -88,4 +91,4 @@ <h4>Top 400 Python Projects in Github</h4>
8891
$(function(){
8992
$('[data-toggle="tooltip"]').tooltip();
9093
});
91-
{% endblock %}
94+
{% endblock %}

0 commit comments

Comments
 (0)