fix: ccs proposal item shortcode

This commit is contained in:
recanman 2024-07-04 17:26:46 -07:00
parent a64804c942
commit 40f8c7615e

View file

@ -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>