mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-14 14:31:59 +00:00
feat: add ccs_item note and no_ccs shortcode
This commit is contained in:
parent
57c6732cff
commit
da3df2a05a
2 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
|||
<p>Find more <a href="https://ccs.getmonero.org/ideas/" target="_blank">here</a>. Posting comments in favor of, or against proposals is encouraged.</p>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ with .Get "more" }}
|
||||
<p>Find more proposals currently in need of funding <a target="_blank" href="https://ccs.getmonero.org/funding-required/">here</a>.</p>
|
||||
{{ end }}
|
1
layouts/shortcodes/no_ccs.html
Normal file
1
layouts/shortcodes/no_ccs.html
Normal file
|
@ -0,0 +1 @@
|
|||
<p>None; all funded for now. Consider <a href="/support">supporting</a> Revuo Monero!</p>
|
Loading…
Reference in a new issue