This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit 0627a350fd1567a77427a97965f2dfd2fa1edfca Author: Josh Tynjala <[email protected]> AuthorDate: Wed Jun 25 11:05:43 2025 -0700 template: don't show tweets anymore because ASF security policy --- theme/apache/templates/base.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 6513b8455..c6319421b 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -333,14 +333,6 @@ </p> </div> - <!-- Latest Tweets --> - <div class="span3"> - <div class="footer-headline"><h4>Latest Tweets</h4></div> - <a class="twitter-timeline" href="https://twitter.com/ApacheFlex" data-chrome="noheader nofooter noborders noscrollbar" data-widget-id="364567612920852480">Tweets by Apache Flex</a> - <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> - <div class="clear"></div> - </div> - </div> </div>
