Skip to content

Commit 28a76c4

Browse files
committed
Add Donate button to nav for non-mobile. Close #117
1 parent 534b851 commit 28a76c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

templates/nav.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,14 @@
8383

8484
</li>
8585

86-
</ul>
86+
<li class="relative">
87+
<form action="https://www.paypal.com/donate" method="post" target="_top">
88+
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
89+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="Donate to the Haskell Foundation using PayPal!" alt="Donate to the Haskell Foundation with our PayPal button" />
90+
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
91+
</form>
92+
</li>
93+
</ul>
8794
</nav>
8895

8996
<div class="absolute right-0 lg:hidden self-start">

0 commit comments

Comments
 (0)