compost-jekyll-theme 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6880b231456b8811d9be96a52d0d2a2dce239256f30ae0a39833e9b7555db35
4
- data.tar.gz: 4653dba5fdefaa54459c9cb176376a7ba3717cdd06a108cdf675687d2d090413
3
+ metadata.gz: a8acc2b3cd4e5b136383eaee5194ec40e29f6297392a2b3cd3fccc0d2e82797b
4
+ data.tar.gz: c7ac01471f8ccc88e2ed9ad74c9a370b6ec78d5a65142643055ebb0fdd92397f
5
5
  SHA512:
6
- metadata.gz: a45db7b5075973d87d227ed94f292b3f575451de9094561837bcf1b9cf25583f8f751a1281f9a81fef22b37c6a075c9e3ddaea509e95df97c3f81444ed711eea
7
- data.tar.gz: f876359031159dd375a0680ca698b271b066da9f11c07f8216b3b5e739fd8bfc704261cab154eb60228333572fd27a081d343f055fc7f3a234d81169550096a6
6
+ metadata.gz: 3b1cc2791a3b4529c3f8d90f858405197ce568bc1828dee5c43b12fb43982092dd382955fc185ca6c986d7a90946881572ccaccf862d5d77d64754e9f016664b
7
+ data.tar.gz: 2bf70211bddd13c3611407ce59e0d57cd4e5bdf34955d1d0419f83c53de33c40d6a2ba5cc94d6e3a13a61726456debba770d9958aa9f1c5ce1e246d66858f1f6
@@ -15,8 +15,21 @@ description:
15
15
  help:
16
16
  en: ""
17
17
  es: ""
18
+ value_now:
19
+ type: "float"
20
+ required: true
21
+ label:
22
+ en: "The current amount for this goal"
23
+ es: "Monto actual del objetivo"
24
+ help:
25
+ en: ""
26
+ es: ""
27
+ default:
28
+ en: 0
29
+ es: 0
18
30
  value_max:
19
31
  type: "float"
32
+ required: true
20
33
  label:
21
34
  en: "The maximum amount for this goal"
22
35
  es: "Monto máximo del objetivo"
@@ -39,7 +39,7 @@ layout: "default_with_menu"
39
39
 
40
40
  <div class="my-4">
41
41
  {% for goal in goals %}
42
- {% include goal.html title=goal.title text=goal.description value_now=1000 value_max=goal.value_max currency=goal.currency %}
42
+ {% include goal.html title=goal.title text=goal.description value_now=goal.value_now value_max=goal.value_max currency=goal.currency %}
43
43
  {% endfor %}
44
44
  </div>
45
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compost-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sutty