Closed nitinsavant closed 8 years ago
Overwrite this file at the exact same location in your project with a blank file and you should be good.
Thanks dude. That definitely works. Another option (that I went with) is to comment the line below from the "show.html.erb" file.
<%= render "monologue/posts/social_sharing" %>
Yup, I didn't know you already had it, and I prefer to overwrite the least amount of things possible to be future proof, even if Monologue is not changing so much.
On Apr 12, 2016, 8:25 AM -0400, Nitin Savantnotifications@github.com, wrote:
That definitely works. Another option (that I went with) is to comment the line below from the "show.html.erb" file.
<%= render "monologue/posts/social_sharing" %>
— You are receiving this because you modified the open/close state. Reply to this email directly orview it on GitHub(https://github.com/jipiboily/monologue/issues/286#issuecomment-208878517)
Gotcha. I was actually wondering why I wouldn't just overwrite everything initially but now I realize that it's because I just installed Monologue and haven't had to deal with upgrades. Good to know. Thanks again.
At the bottom of an individual post, it says: "Loved what you just read? Share it!"
How can I remove this text and the share icons from every post?