diff --git a/_config.yml b/_config.yml index b26b2d6..6b1bc59 100644 --- a/_config.yml +++ b/_config.yml @@ -21,8 +21,10 @@ description: >- # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://ulovliglogning.dk" # the base hostname & protocol for your site, e.g. http://example.com donationCounter: - donated: 249315 - goal: 250000 + donated: 256315 + goal1: 100000 + goal2: 250000 + goal3: 400000 # multilanguage support languages: ["da", "en"] diff --git a/_data/da/common.yml b/_data/da/common.yml index 21d3091..4b3e8ea 100644 --- a/_data/da/common.yml +++ b/_data/da/common.yml @@ -13,7 +13,7 @@ global: da: Dansk en: Engelsk donation: - text: doneret af + text: doneret i alt currency: ",-" sub: Donationer opdateres pt. manuelt mobilepayLink: https://mobilepay.dk/da-dk/pages/betal.aspx?phone=004540456&comment=Til%20kampen%20imod%20den%20Ulovlige%20Logning!&t=d \ No newline at end of file diff --git a/_data/en/common.yml b/_data/en/common.yml index 3aa5c11..a500e69 100644 --- a/_data/en/common.yml +++ b/_data/en/common.yml @@ -13,6 +13,6 @@ global: da: Danish en: English donation: - text: donated of + text: donated in total currency: " DKK" sub: Donations are updated manually \ No newline at end of file diff --git a/_layouts/indexpage.html b/_layouts/indexpage.html index a9ddda6..ee20aa9 100644 --- a/_layouts/indexpage.html +++ b/_layouts/indexpage.html @@ -5,11 +5,14 @@ layout: default {% for section in page.sections %}
{% if forloop.first %} -
- - {{ site.donationCounter.donated | intcomma: '.' }}{{ global.donation.currency }} {{ global.donation.text }} {{ site.donationCounter.goal | intcomma: '.' }}{{ global.donation.currency }} - {{ global.donation.sub }} - +
+
+ {{ site.donationCounter.donated | intcomma: '.' }}{{ global.donation.currency }} {{ global.donation.text }} + {{ global.donation.sub }} +
+
+
{{ site.donationCounter.goal1 | slice: 0,3 }}K
{{ site.donationCounter.goal2 | slice: 0,3 }}K
{{ site.donationCounter.goal3 | slice: 0,3 }}K
+