File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
55 Python Sprints is a website to promote sprints in the Python community
66baseurl : " " # the subpath of your site, e.g. /blog/
77url : " https://python-sprints.github.io/" # the base hostname & protocol for your site
8- twitter_username : py_sprints
8+ twitter_username : PythonSprints
99github_username : python-sprints
1010
1111# Build settings
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
55 Python Sprints is a website to promote sprints in the Python community
66baseurl : " " # the subpath of your site, e.g. /blog/
77url : " http://localhost:4000"
8- twitter_username : py_sprints
8+ twitter_username : PythonSprints
99github_username : python-sprints
1010
1111# Build settings
Original file line number Diff line number Diff line change 22 < div class ="row container-fluid ">
33 < div class ="footer__twitter-container col-md-5 text-center ">
44 < a class ="twitter-timeline "
5- data-width ="400 "
5+ data-width ="600 "
66 data-height ="400 "
77 data-theme ="light "
88 data-link-color ="#2B7BB9 "
9- href ="https://twitter.com/PythonSprints "> Tweets by @PythonSprints </ a >
9+ href ="https://twitter.com/{{ site.twitter_username }} "> Tweets by {{ site.twitter_username }} </ a >
1010 < script async src ="https://platform.twitter.com/widgets.js " charset ="utf-8 "> </ script >
1111 </ div >
1212 < div class ="col-md-7 ">
You can’t perform that action at this time.
0 commit comments