Skip to content

Commit

Permalink
adding twitter list to link
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Dec 23, 2020
1 parent d17d6da commit 908006b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
twitter: true
twitter_list: https://twitter.com/i/lists/1207028692322406401
twitter_user: vsoch
twitter_list: rseng
github_username: rseng
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="md-footer-social">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="https://github.com/{{ site.github_user }}" target="_blank" class="md-footer-social__link fa fa-github"></a>
{% if site.twitter %}<a href="https://twitter.com/{{ site.twitter }}" target="_blank" class="md-footer-social__link fa fa-twitter"></a>{% endif %}
{% if site.twitter_list %}<a href="https://twitter.com/i/lists/1207028692322406401" target="_blank" class="md-footer-social__link fa fa-twitter"></a>{% endif %}
{% if site.linkedin %}<a href="https://linkedin.com/in/{{ site.linkedin }}" target="_blank" class="md-footer-social__link fa fa-linkedin"></a>{% endif %}
{% if site.dockerhub %}<a href="http://hub.docker.com/r/{{ site.dockerhub }}" class="md-footer-social__link fa" target="_blank">
<img src="{{ site.baseurl }}/assets/img/docker-clear.png" style="margin-left:10px" width="20px">
Expand Down

0 comments on commit 908006b

Please sign in to comment.