mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2025-01-09 11:17:32 -03:00
Merge pull request #13 from recanman/main
feat: add ccs_item note and no_ccs shortcode
This commit is contained in:
commit
cb813b5fb7
2 changed files with 5 additions and 0 deletions
|
@ -19,4 +19,8 @@
|
|||
{{ else }}
|
||||
<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