commit 6dab93536fccd0a2285405ba55b273f4384c384d
Author: kez <[email protected]>
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.txt
"Code of Conduct"), [Social
Contract](https://gitweb.torproject.org/community/policies.git/tree/social_contract.txt
"Social Contract"), [Statement of
Values](https://gitweb.torproject.org/community/policies.git/tree/statement_of_values.txt
"Statement of Values"), and learn about the [Tor Community
Council](https://gitweb.torproject.org/community/policies.git/tree/community_council.txt
"Tor Community Council").')) }}
</div>
</div>
<footer>
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits