From 748c75c7cdf5cf09fe49fe3cf4e2067ca4070107 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:18:11 -0700 Subject: [PATCH] feat: add specific message to last ccs item --- layouts/shortcodes/ccs_item.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/shortcodes/ccs_item.html b/layouts/shortcodes/ccs_item.html index 42abc67..a9469f8 100644 --- a/layouts/shortcodes/ccs_item.html +++ b/layouts/shortcodes/ccs_item.html @@ -11,3 +11,12 @@

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

{{ end }} + + +{{ with .Get "last" }} + {{ with $goal }} +

Find more here. + {{ else }} +

Find more here. Posting comments in favor of, or against proposals is encouraged.

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