From 36230f592bf2c8c789ca15f87d18d902aa6dd707 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Sun, 30 Jun 2019 13:26:02 +0000 Subject: [PATCH] fix broken i2cp link on docs page --- etc/update.vars | 3 --- i2p2www/pages/site/docs/index.html | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/update.vars b/etc/update.vars index 1ae3ff18..4c3aa5f3 100644 --- a/etc/update.vars +++ b/etc/update.vars @@ -8,6 +8,3 @@ if [ $(which timeout) ]; then else MTN="mtn" fi - -BLOG_POSTS_PER_FEED=6 -BLOG_POSTS_PER_PAGE=6 diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html index b68df3e1..0838a360 100644 --- a/i2p2www/pages/site/docs/index.html +++ b/i2p2www/pages/site/docs/index.html @@ -11,7 +11,8 @@ Following is an index to the technical documentation for I2P. This index is ordered from the highest to lowest layers. The higher layers are for "clients" or applications; the lower layers are inside the router itself. -The interface between applications and the router is the I2CP (I2P Control Protocol) API. +The interface between applications and the router is the I2CP (I2P Control +Protocol) API. {%- endtrans %}

{% trans trac='https://trac.i2p2.de/report/1' -%}