How to add a button in Jekyll Blog hosted in Github?

739 views Asked by At

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?

1

There are 1 answers

1
seenukarthi On

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