diff --git a/layouts/shortcodes/ccs_item.html b/layouts/shortcodes/ccs_item.html
index 2cfa50b..7941d88 100644
--- a/layouts/shortcodes/ccs_item.html
+++ b/layouts/shortcodes/ccs_item.html
@@ -7,7 +7,7 @@
 
 	{{ $goal := .Get "goal" }}
 	{{ $raised := .Get "raised" }}
-	{{ with .Get "raised" }}
+	{{ with $goal }}
 <p>Raised <b>{{ $raised }}</b> of <b>{{ $goal }}</b> XMR ({{ div (.) ($goal) | mul 100 | int }}%)</p>
 	{{ end }}
 </div>
\ No newline at end of file