My website can be found at whensayfeed.meteor.com. Each post on the site is enclosed within an <a></a>
element. The heart symbol on the right side of each post is intended to be a "like button" that users can click on. However, because it is nested within an <a>
tag, clicking on it just redirects to the link. I am looking for a solution to either exclude this element from the link or implement this functionality in a different way. I have attempted to nest the .chant
element within the link, but the click does not register. What would you suggest as the best course of action?