Make cases consistent across blog posts

This commit is contained in:
hankhill19580
2019-06-28 19:36:01 +00:00
parent f05a47d739
commit 02cda0fbfd
5 changed files with 31 additions and 28 deletions

View File

@@ -15,7 +15,11 @@
<ul>
<li>{% trans -%}I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate.
{% endtrans %}</li>
<li>{% trans -%}I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistleblowers, as well as people with nothing to hide.
<li>{% trans -%}I2P is used by many people who care about their privacy:
activists, oppressed people, journalists and whistleblowers.
{% endtrans %}</li>
<li>{% trans -%}It is for everyone and an alternative to the internet
because it solves issues like privacy and censorship.
{% endtrans %}</li>
<li>{% trans -%}All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
{% endtrans %}</li>