Skip to content

Commit f08f794

Browse files
author
Dhruva Shaw
committed
Donate button update
1 parent aac6250 commit f08f794

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_includes/footer.liquid

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{% if site.footer_fixed %}
22
<footer class="fixed-bottom" role="contentinfo">
3+
<div class="container mt-0">
4+
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_QhYS1c2AKJUNn4" async></script></form>
5+
</div>
36
<div class="container mt-0">
47
&copy; Copyright {{ site.time | date: '%Y' }}
58
{{ site.first_name }}
@@ -16,9 +19,11 @@
1619
{% else %}
1720
<footer class="sticky-bottom mt-5" role="contentinfo">
1821
{% if site.newsletter.enabled %}
19-
{% include scripts/newsletter.liquid %}
22+
{% include newsletter.liquid %}
2023
{% endif %}
21-
24+
<div class="container">
25+
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_QhYS1c2AKJUNn4" async></script></form>
26+
</div>
2227
<div class="container">
2328
&copy; Copyright {{ site.time | date: '%Y' }}
2429
{{ site.first_name }}

0 commit comments

Comments
 (0)