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:"
5
5
Python Sprints is a website to promote sprints in the Python community
6
6
baseurl : " " # the subpath of your site, e.g. /blog/
7
7
url : " https://python-sprints.github.io/" # the base hostname & protocol for your site
8
- twitter_username : py_sprints
8
+ twitter_username : PythonSprints
9
9
github_username : python-sprints
10
10
11
11
# Build settings
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
5
5
Python Sprints is a website to promote sprints in the Python community
6
6
baseurl : " " # the subpath of your site, e.g. /blog/
7
7
url : " http://localhost:4000"
8
- twitter_username : py_sprints
8
+ twitter_username : PythonSprints
9
9
github_username : python-sprints
10
10
11
11
# Build settings
Original file line number Diff line number Diff line change 2
2
< div class ="row container-fluid ">
3
3
< div class ="footer__twitter-container col-md-5 text-center ">
4
4
< a class ="twitter-timeline "
5
- data-width ="400 "
5
+ data-width ="600 "
6
6
data-height ="400 "
7
7
data-theme ="light "
8
8
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 >
10
10
< script async src ="https://platform.twitter.com/widgets.js " charset ="utf-8 "> </ script >
11
11
</ div >
12
12
< div class ="col-md-7 ">
You can’t perform that action at this time.
0 commit comments