File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ <h1 class="narrow">Links</h1>
168168< div class ="narrow txt ">
169169< ul >
170170< li > < a href ="https://www.facebook.com/sagemathorg/ "> {{ sage }} Facebook group</ a > ,
171- < a href ="https://twitter.com/sagemath "> {{ sage }} Twitter page</ a > .
172171 < a rel ="me " href ="https://mathstodon.xyz/@sagemath "> {{ sage }} Mastodon page</ a >
173172< li > < a href ="./library-marketing.html "> Marketing Material</ a > </ li >
174173< li > < a href ="./library-stories.html "> Quotes, Testimonials and Stories about {{ sage }}</ a > </ li >
Original file line number Diff line number Diff line change @@ -149,17 +149,6 @@ function initMathjax() {
149149 head . appendChild ( script ) ;
150150}
151151
152- /* Twitter */
153- function initTwitter ( d , s , id ) {
154- var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , p = / ^ h t t p : / . test ( d . location ) ?'http' :'https' ;
155- if ( ! d . getElementById ( id ) ) {
156- js = d . createElement ( s ) ;
157- js . id = id ;
158- js . src = p + '://platform.twitter.com/widgets.js' ;
159- fjs . parentNode . insertBefore ( js , fjs ) ;
160- }
161- }
162-
163152/* facebook app */
164153//function initFacebook(d, s, id) {
165154// var js, fjs = d.getElementsByTagName(s)[0];
@@ -211,6 +200,5 @@ $(sage.touchMenu);
211200//$(sage.tracklinks);
212201$ ( initHistats ) ;
213202$ ( initMathjax ) ;
214- $ ( function ( ) { initTwitter ( document , 'script' , 'twitter-wjs' ) ; } ) ;
215203//$(function() { initFacebook(document, 'script', 'facebook-jssdk');});
216204$ ( initClustermap ) ;
Original file line number Diff line number Diff line change 7373
7474< a href ="https://www.facebook.com/pages/Sage-Math/26593144945 ">
7575 < img alt ="F " src ="{{ 'pix/facebook-favicon.ico'|prefix }} " width ="16 " height ="16 " /> </ a >
76- < a href ="https://twitter.com/sagemath ">
77- < img alt ="T " src ="{{ 'pix/twitter-favicon.ico'|prefix }} " width ="16 " height ="16 "/> </ a >
7876< a href ="https://mathstodon.xyz/@sagemath ">
7977 < img alt ="T " src ="{{ 'pix/mastodon-favicon.ico'|prefix }} " width ="16 " height ="16 "/> </ a >
8078{%- endblock -%}
234232
235233< td > </ td >
236234
237- < td >
238- < a href ="https://twitter.com/share " class ="twitter-share-button " data-url ="https://sagemath.org " data-text ="I like @sagemath " data-related ="sagemath "> Tweet</ a >
239- </ td >
240235</ tr >
241236
242237< tr >
Original file line number Diff line number Diff line change 103103
104104 < li > Visit us in the sphere of social networks:</ li >
105105 < ul >
106- < li > < a href ="https://twitter.com/sagemath "> Twitter</ a > </ li >
107106 < li > < a href ="https://mathstodon.xyz/@sagemath "> Mastodon</ a > </ li >
108107 < li > < a href ="https://www.facebook.com/pages/Sage-Math/26593144945 "> Facebook</ a > </ li >
109108 </ ul >
You can’t perform that action at this time.
0 commit comments