Skip to content

Commit 37271f4

Browse files
committed
Add link to PayPal.me
1 parent f6dd1fe commit 37271f4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ email: [email protected]
2121
baseurl: "" # the subpath of your site, e.g. /blog
2222
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2323
github_url: https://github.com/leaf3d/leaf3d
24+
paypal_url: https://paypal.me/EBertoldi
2425

2526
# Build settings
2627
markdown: kramdown

_includes/contribute.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<div class="contribute">
22
<p class="lightbox">
3-
It's free and open-source.<br/>
4-
So, what're you waiting for?
3+
It's <strong>free</strong> and <strong>open-source</strong>.
4+
<br/>
5+
So, what are you waiting for?
56
</p>
67
<a class="btn" href="{{ site.github_url }}">
78
<i class="fab fa-github"></i>
8-
Let's contribute!
9+
Contribute
10+
</a>
11+
<a class="btn" href="{{ site.paypal_url }}">
12+
<i class="fab fa-paypal"></i>
13+
Donate
914
</a>
1015
</div>

0 commit comments

Comments
 (0)