Merge pull request #5 from recanman/main

fix: ccs proposal item shortcode
This commit is contained in:
rottenwheel 2024-07-04 19:30:36 -05:00 committed by GitHub
commit c31753f712
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>