jekyll-kde-theme 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/footer.html +6 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a89d456e23d0b52f494c617ca2ea1493474240bd87dcb87246dcc5b63adc58b
4
- data.tar.gz: 144ed72282b48b22cf2e06abd7dfc106cf6635b642647c71b9f4020d8f8262a2
3
+ metadata.gz: ab722bef5bc90860eff9253496e06b3283c0e6b3a50bd1f32091248b4d5dafa8
4
+ data.tar.gz: 0ad4a63df11d8736398257c8a4ad3220c03bde89cd55d3e0a71ca597c3ad98ff
5
5
  SHA512:
6
- metadata.gz: 869069eeff495d9fa23bde8deb8562f728bf016c04d2ff9a4710fae2967e61a1540196f1b199a698d8c895afa803f3f333fe7a5cb75bd292e88bc63b1152300c
7
- data.tar.gz: e523d85a249f8e9727f2c7d979b85e99c213319f6a3cca036c6b690f93615b678a612bded0502c4d882808ba312550106dcb4d570ab57ae8ce4aadd6ef532b00
6
+ metadata.gz: 1388b7cac66213e6f3201730f65f6f6f142f299bcadbf5960724f024a08af58810ca5a9c163a3195ecd5b2dd9c6629cb7ad480033ef76a17871f5e94fdba7015
7
+ data.tar.gz: 11e1ae5e685557da60d5285e3c4d9b1523c5ee19e8043dd594fdecc298fb28c516d8afb64adf68ec0ee58443b3a1d9dbe141175a5b8de42b4ba9990c3f4a45fc
@@ -1,13 +1,14 @@
1
+
1
2
  <footer id="kFooter" class="footer">
2
3
  <section id="KSiteDonateForm">
3
- <h3>{% t "Donate to KDE" %}
4
- <a href="https://www.kde.org/community/donations/index.php#money" target="_blank">{% t "Why Donate?" %}</a>
4
+ <h3>Donate to KDE
5
+ <a href="https://www.kde.org/community/donations/index.php#money" target="_blank"> Why Donate?</a>
5
6
  </h3>
6
7
 
7
- <form action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post" onsubmit="return amount.value >= 2 || window.confirm('{% t "Your donation is smaller than 2€. This means that most of your donation\nwill end up in processing fees. Do you want to continue?" %}');">
8
+ <form action="https://www.paypal.com/en_US/cgi-bin/webscr" method="post" onsubmit="return amount.value >= 2 || window.confirm('Your donation is smaller than 2€. This means that most of your donation\nwill end up in processing fees. Do you want to continue?');">
8
9
  <input type="hidden" name="cmd" value="_donations" />
9
10
  <input type="hidden" name="lc" value="GB" />
10
- <input type="hidden" name="item_name" value="{% t "Development and communication of KDE software" %}" />
11
+ <input type="hidden" name="item_name" value="Development and communication of KDE software" />
11
12
  <input type="hidden" name="custom" value="//neon.kde.org//neon_donation_footer_index.php" />
12
13
  <input type="hidden" name="currency_code" value="EUR" />
13
14
  <input type="hidden" name="cbt" value="Return to www.kde.org" />
@@ -15,7 +16,7 @@
15
16
  <input type="hidden" name="notify_url" value="https://www.kde.org/community/donations/notify.php" />
16
17
  <input type="hidden" name="business" value="kde-ev-paypal@kde.org" />
17
18
  <input type='text' name="amount" value="10.00" id="donateAmountField" /> €
18
- <button type='submit' id="donateSubmit">{% t "Donate via PayPal" %}</button>
19
+ <button type='submit' id="donateSubmit">Donate via PayPal</button>
19
20
  </form>
20
21
 
21
22
  <a href="https://www.kde.org/community/donations/others.php" id="otherWaysDonate" target="_blank">Other ways to donate</a>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-kde-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Schwan