mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-09 12:10:04 +00:00
Merge pull request #5 from recanman/main
fix: ccs proposal item shortcode
This commit is contained in:
commit
c31753f712
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div class="proposal">
|
<div class="proposal">
|
||||||
<p>
|
<p>
|
||||||
<a href='https://ccs.getmonero.org/proposals/{{ .Get "link" }}.html' target="_blank">
|
<a href='{{ .Get "link" }}' target="_blank">
|
||||||
{{ trim .Inner "<p></p>\n\r" }}
|
{{ trim .Inner "<p></p>\n\r" }}
|
||||||
</a><span>by {{ .Get "author" }}.</span>
|
</a><span>by {{ .Get "author" }}.</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue