downloadable button code example
Example 1: how to add stylish download buttom
<a
download="Pod-People-Podcast-Episode-12-Feed-Me-Seymour.mp3"
href="https://www.dropbox.com/s/txf5933cwxhv1so6/12-final-v5-RADIO-EDIT.m4a?dl=0">
Download Episode 12
</a>
Example 2: how to add stylish download buttom
<a
href="https://s3-us-west-2.amazonaws.com/ky22o6s6g8be80bak577b17e34bb93cex3.pdf"
download="{{ user.name | slugify }}-{{ 'now' | date: "%Y" }}-tax-return.pdf">
Download your {{ 'now' | date: "%Y" }} Tax Return
</a>