diff --git a/layouts/shortcodes/ccs_item.html b/layouts/shortcodes/ccs_item.html index 32a1dea..42abc67 100644 --- a/layouts/shortcodes/ccs_item.html +++ b/layouts/shortcodes/ccs_item.html @@ -8,6 +8,6 @@ {{ $goal := .Get "goal" }} {{ $raised := .Get "raised" }} {{ with $goal }} -

Raised {{ $raised }} of {{ $goal }} XMR ({{ div ($raised) ($goal) | mul 100 | int }}%)

+

Raised {{ $raised }} of {{ $goal }} XMR ({{ div (mul $raised 1.0) (mul $goal 1.0) | mul 100 | int }}%)

{{ end }} - \ No newline at end of file +