commit 472628aa24450231c7039e3c81a92a9f5ea7b02c Author: kez kez@torproject.org Date: Wed Oct 13 09:19:37 2021 -0700
Convert untranslatable phrase on homepage to markdown
Context: https://gitlab.torproject.org/tpo/web/community/-/issues/189 --- templates/homepage.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/homepage.html b/templates/homepage.html index 361ac35..99f38a1 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -22,9 +22,7 @@ </div> <div class="container"> <div class="row p-5 m-3 border {{ locale.direction }}"> - <p> - {{ _('The Tor Project is committed to fostering an inclusive environment and community. Tor is a place where people should feel safe to engage, share their point of view, and participate.') }} Read our <a href="https://gitweb.torproject.org/community/policies.git/tree/code_of_conduct.txt" title="Code of Conduct" target="_blank">Code of Conduct</a>, <a href="https://gitweb.torproject.org/community/policies.git/tree/social_contract.txt" title="Social Contract" target="_blank">Social Contract</a>, <a href="https://gitweb.torproject.org/community/policies.git/tree/statement_of_values.txt" title="Statement of Values" target="_blank">Statement of Values</a> and learn about the <a href="https://gitweb.torproject.org/community/policies.git/tree/community_council.txt" title="Tor Commmunity Council" target="_blank">Tor Community Council</a>. - </p> + {{ md(_('The Tor Project is committed to fostering an inclusive environment and community. Tor is a place where people should feel safe to engage, share their point of view, and participate. Read our [Code of Conduct](https://gitweb.torproject.org/community/policies.git/tree/code_of_conduct.tx... "Code of Conduct"), [Social Contract](https://gitweb.torproject.org/community/policies.git/tree/social_contract.tx... "Social Contract"), [Statement of Values](https://gitweb.torproject.org/community/policies.git/tree/statement_of_value... "Statement of Values"), and learn about the [Tor Community Council](https://gitweb.torproject.org/community/policies.git/tree/community_council.... "Tor Community Council").')) }} </div> </div> <footer>