From da3df2a05a5aab8bd5768c03ea7f5fce316fbf4e Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:54:17 -0700 Subject: [PATCH] feat: add ccs_item note and no_ccs shortcode --- layouts/shortcodes/ccs_item.html | 4 ++++ layouts/shortcodes/no_ccs.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 layouts/shortcodes/no_ccs.html diff --git a/layouts/shortcodes/ccs_item.html b/layouts/shortcodes/ccs_item.html index a9469f8..95b30e8 100644 --- a/layouts/shortcodes/ccs_item.html +++ b/layouts/shortcodes/ccs_item.html @@ -19,4 +19,8 @@ {{ else }}
Find more here. Posting comments in favor of, or against proposals is encouraged.
{{ end }} +{{ end }} + +{{ with .Get "more" }} +Find more proposals currently in need of funding here.
{{ end }} \ No newline at end of file diff --git a/layouts/shortcodes/no_ccs.html b/layouts/shortcodes/no_ccs.html new file mode 100644 index 0000000..44936b9 --- /dev/null +++ b/layouts/shortcodes/no_ccs.html @@ -0,0 +1 @@ +None; all funded for now. Consider supporting Revuo Monero!
\ No newline at end of file