diff options
author | zsloan | 2023-08-07 20:07:28 +0000 |
---|---|---|
committer | zsloan | 2023-08-07 20:11:32 +0000 |
commit | 27a8cf67b9704ac8503693e9e315758f66442382 (patch) | |
tree | 1252f6695ee99e0c9b8020c2f2104b23ca63e952 | |
parent | ad098a7813ee824adc043d1d9084a073fb671be1 (diff) | |
download | genenetwork2-27a8cf67b9704ac8503693e9e315758f66442382.tar.gz |
Remove Twitter newsfeed
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index 5edf78f8..6ed66c68 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -313,15 +313,6 @@ </ul> </ul> </section> - <section id="news-section"> - <div class="page-header"> - <h2>News</h2> - </div> - <a class="twitter-timeline" height="300" href="https://twitter.com/GeneNetwork2?ref_src=twsrc%5Etfw">Tweets by GeneNetwork2</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> - <div align="right"> - <a href="https://twitter.com/GeneNetwork2">more news items...</a> - </div> - </section> </div> </div> </div> |