Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7b72b3

Browse files
committed
Updates Twitter account settings
1 parent f06cd11 commit f7b72b3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ organizerLink: "http://lviv.gdg.org.ua/"
3636

3737
# Head
3838
metaKeywords: "event, gdg, devfest, google, programming, android, chrome, developers, lviv"
39-
twitterAccount: "@DevFest"
39+
twitterAccount: "@MenderCon"
4040
socialImageSrcGooglePlus: "/img/seo/sharing-google-plus.png"
4141
socialImageSrcTwitter: "/img/seo/sharing-twitter.png"
4242
socialImageSrcFacebook: "/img/seo/sharing-facebook.png"
@@ -122,8 +122,7 @@ venueFeatures: ["3 huge cinema screens", "Doulby Digital Surround EX audio syste
122122
# Tweets Feed Block
123123
tweetsFeedImage: "twitter-feed.jpg"
124124
tweetsFeedTitle: "What's Up?"
125-
twitterHashTag: "devfest"
126-
twitterFeed: "http://lviv.gdg.org.ua/tweetledee/favoritesjson.php?c=10&cache_interval=8000"
125+
twitterHashTag: "MenderCon2020"
127126

128127
# Partners Block
129128
organizersTitle: "Organizers"

_includes/twitter-feed.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<div class="overlay solid-overlay"></div>
44
<div class="content-wrapper">
55
<div class="col-md-8 col-md-offset-2">
6+
<a href="https://twitter.com/{{ site.twitterAccount }}" target="_blank">
67
<svg class="icon" viewBox="0 0 30 32">
78
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-twitter"></use>
89
</svg>
10+
</a>
911
<h3>{{ site.tweetsFeedTitle }} <a href="https://twitter.com/search?q=%23{{ site.twitterHashTag }}" target="_blank">#{{ site.twitterHashTag }}</a>
1012
</h3>
1113
<div id="tweets" class="tweets"></div>

0 commit comments

Comments
 (0)