0

I want to add a heart symbol button over which a stripe payment gateway would open. The blog is hosted in GitHub. How can I create such button like "Buy me a coffee" or "Red Heart" on my jekyll website?

lukehod
  • 408
  • 4
  • 14

1 Answers1

0

You can have HTML code inside a markdown in Jekyll so just add the HTML code for the button in the markdown file.

seenukarthi
  • 8,241
  • 10
  • 47
  • 68
  • I have tried for the "Donate" button but i dont know how to get the svg and link it to API key of payment gateway? – codewithdev Aug 14 '19 at 05:34