diff --git a/etc/update.vars b/etc/update.vars index 4c3aa5f3..1ae3ff18 100644 --- a/etc/update.vars +++ b/etc/update.vars @@ -8,3 +8,6 @@ if [ $(which timeout) ]; then else MTN="mtn" fi + +BLOG_POSTS_PER_FEED=6 +BLOG_POSTS_PER_PAGE=6 diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html index 02dbb83e..0ef4dbbc 100644 --- a/i2p2www/pages/site/index.html +++ b/i2p2www/pages/site/index.html @@ -6,25 +6,33 @@

{{ _('What does I2P do for you?') }}

-

{% trans %}The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously inside I2P.{% endtrans %}

+

{% trans %}The I2P network provides strong privacy protections for + communication over the Internet. Many activities that would risk your + privacy on the public Internet can be conducted anonymously inside I2P. + {% endtrans %}

{% trans version=ver() %}Get I2P {{ version }}{% endtrans %}

{% trans %}What is I2P?{% endtrans %}