Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Change facebook like button to anchor tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 4, 2018
1 parent 10710fd commit 5d509aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasweb/templates/layout.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<p id="footer-twitter">
<a href="https://twitter.com/hasgeek" class="twitter-follow-button" target="_blank">Follow @hasgeek</a>
</p>
<div class="fb-like" data-href="https://www.facebook.com/HasGeek" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true">Like HasGeek's page on Facebook</div>
<a class="fb-like" data-href="https://www.facebook.com/HasGeek" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true" href="https://www.facebook.com/HasGeek" target="_blank">Like HasGeek's page on Facebook</a>
</div>
<div class="col-md-3">
<p>
Expand Down

0 comments on commit 5d509aa

Please sign in to comment.