Skip to content

Commit

Permalink
Remove broken Twitter widget
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 20, 2023
1 parent 6720796 commit 228d501
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions templates/python/inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -623,40 +623,9 @@ <h1 id="form">Form Example</h1>

{% block left_sidebar %}
<aside class="left-sidebar" role="secondary">

{% include "components/navigation-widget.html" %}

<div class="twitter-widget sidebar-widget">
<script type="text/javascript" src="//widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">// <![CDATA[
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#f2f2f2',
color: '#666666'
},
tweets: {
background: '#f2f2f2',
color: '#666666',
links: '#3776ab'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('ThePSF').start();
// ]]></script>
</div>

<div class="psf-sidebar-widget sidebar-widget">
<h3 class="widget-title">The PSF</h3>
<p>The Python Software Foundation is the organization behind Python. Become a member of the PSF and help advance the software and our mission. </p>
Expand Down

0 comments on commit 228d501

Please sign in to comment.