Skip to content

Commit 908006b

Browse files
committed
adding twitter list to link
Signed-off-by: vsoch <[email protected]>
1 parent d17d6da commit 908006b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description: > # this means to ignore newlines until "baseurl:"
2323
2424
baseurl: "" # the subpath of your site, e.g. /blog
2525
twitter: true
26+
twitter_list: https://twitter.com/i/lists/1207028692322406401
2627
twitter_user: vsoch
2728
twitter_list: rseng
2829
github_username: rseng

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="md-footer-social">
3131
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
3232
<a href="https://github.com/{{ site.github_user }}" target="_blank" class="md-footer-social__link fa fa-github"></a>
33-
{% if site.twitter %}<a href="https://twitter.com/{{ site.twitter }}" target="_blank" class="md-footer-social__link fa fa-twitter"></a>{% endif %}
33+
{% if site.twitter_list %}<a href="https://twitter.com/i/lists/1207028692322406401" target="_blank" class="md-footer-social__link fa fa-twitter"></a>{% endif %}
3434
{% if site.linkedin %}<a href="https://linkedin.com/in/{{ site.linkedin }}" target="_blank" class="md-footer-social__link fa fa-linkedin"></a>{% endif %}
3535
{% if site.dockerhub %}<a href="http://hub.docker.com/r/{{ site.dockerhub }}" class="md-footer-social__link fa" target="_blank">
3636
<img src="{{ site.baseurl }}/assets/img/docker-clear.png" style="margin-left:10px" width="20px">

0 commit comments

Comments
 (0)