Skip to content

Commit

Permalink
Remove Facebook button. Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Mar 7, 2016
1 parent 8f542e8 commit ee4e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/partials/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<a href="/feed"><img width="32px" height="32px" alt="rss" title="rss feed" src="/images/feed.png"></a>
<a href="{{ .Site.Params.Twitter }}"><img width="32px" height="32px" alt="twitter" title="twitter" src="/images/twitter.png"></a>
<a href="{{ .Site.Params.Groups }}"><img width="32px" height="32px" alt="mail" title="mailinglist" src="/images/email.png"></a>
<a href="{{ .Site.Params.Facebook }}"><img width="32px" height="32px" alt="mail" title="facebook" src="/images/facebook.png"></a>
<!-- <a href="{{ .Site.Params.Facebook }}"><img width="32px" height="32px" alt="mail" title="facebook" src="/images/facebook.png"></a> -->
<a href="{{ .Site.Params.Linkedin }}"><img width="32px" height="32px" alt="mail" title="linkedin" src="/images/linkedin.png"></a>
</div>

0 comments on commit ee4e486

Please sign in to comment.