Skip to content

Commit

Permalink
Making twitter link in footer work.
Browse files Browse the repository at this point in the history
Fixes #436
  • Loading branch information
bridgetkromhout committed May 31, 2016
1 parent ad48a65 commit d271eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-responsive/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
</div> <!-- this closes the initial container div -->
<div class="footer">
<div>
<a class = "social-links" href="https://twitter.com/{{ .Site.Params.social.twitter }}"><i class="fa fa-twitter-square fa-2x"></i></a>
<a class = "social-links" href="{{ .Site.Params.Twitter }}"><i class="fa fa-twitter-square fa-2x"></i></a>
<a class = "social-links" href="http://groups.google.com/group/devopsdays"><i class="fa fa-envelope fa-2x"></i></a>
<a class = "social-links" href="http://www.linkedin.com/groups?home=&gid=2445279"><i class="fa fa-linkedin fa-2x"></i></a>
</div>
Expand Down

0 comments on commit d271eb2

Please sign in to comment.