Skip to content

Commit 0e7c8e7

Browse files
committed
Remove links to my old twitter feed
1 parent 215e4fc commit 0e7c8e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_data/people.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ current:
1515
scholar: 4y0d5wAAAAJ
1616
github: brian-rose
1717
orcid: 0000-0002-9961-3821
18-
twitter: BrianEJRose
18+
# twitter: BrianEJRose
1919
linkedin: brian-rose-37bb55106
2020

2121
Graduate_Students:

conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
html_theme_options = {
5858
"github_url": "https://github.com/brian-rose/",
59-
"twitter_url": "https://twitter.com/BrianEJRose",
59+
# "twitter_url": "https://twitter.com/BrianEJRose",
6060
"search_bar_text": "Search this site...",
6161
#"google_analytics_id": "UA-88310237-1",
6262
"search_bar_position": "navbar",
@@ -68,7 +68,8 @@
6868
html_static_path = ['_static']
6969
# html_extra_path = ["feed.xml"]
7070
html_sidebars = {
71-
"index": ["hello.html", "twitterfeed.html"],
71+
# "index": ["hello.html", "twitterfeed.html"],
72+
"index": ["hello.html"],
7273
"people": ["hello.html"],
7374
"teaching": ["hello.html"],
7475
"research": ["hello.html"],

0 commit comments

Comments
 (0)