Skip to content

Commit dd0ab7b

Browse files
committed
Update twitter widget and username
1 parent 0be03a1 commit dd0ab7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
66
baseurl: "" # the subpath of your site, e.g. /blog/
77
url: "https://python-sprints.github.io/" # the base hostname & protocol for your site
8-
twitter_username: py_sprints
8+
twitter_username: PythonSprints
99
github_username: python-sprints
1010

1111
# Build settings

_config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
66
baseurl: "" # the subpath of your site, e.g. /blog/
77
url: "http://localhost:4000"
8-
twitter_username: py_sprints
8+
twitter_username: PythonSprints
99
github_username: python-sprints
1010

1111
# Build settings

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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">

0 commit comments

Comments
 (0)