Skip to content

Commit

Permalink
tweak donation ui more
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Oct 20, 2011
1 parent a38e6c8 commit d531bf0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _includes/donation_buttons.html
Expand Up @@ -20,6 +20,12 @@ <h1>Ways To Donate</h1>
<img style="" alt="Flattr Me" src="{{ site.flattr_image }}" border="0"></a>
{% endif %}

{% if site.bitcoin_address %}
Bitcoin <b>{{ site.bitcoin_address }}</b>
<br/>
{% endif %}


{% if site.paypal_email %}
<!-- PayPal -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Expand All @@ -36,11 +42,6 @@ <h1>Ways To Donate</h1>
<br/>
{% endif %}

{% if site.bitcoin_address %}
Bitcoin <b>{{ site.bitcoin_address }}</b>
<br/>
{% endif %}


{% if site.amazon_payments_account_id %}
<!-- Amazon Payments -->
Expand Down

0 comments on commit d531bf0

Please sign in to comment.