From ff2482318cba206af5603e5f559ac44945a3fa45 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 5 Jan 2023 02:35:28 +0000 Subject: [PATCH] fix policy page title --- i2p2www/pages/site/get-involved/guides/reseed-policy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/site/get-involved/guides/reseed-policy.html b/i2p2www/pages/site/get-involved/guides/reseed-policy.html index 7362633f4..395a708a1 100644 --- a/i2p2www/pages/site/get-involved/guides/reseed-policy.html +++ b/i2p2www/pages/site/get-involved/guides/reseed-policy.html @@ -1,5 +1,5 @@ {% extends "global/layout.html" %} -{% block title %}{{ _('How to Set up a Reseed Server using an I2P Console Plugin') }}{% endblock %} +{% block title %}{{ _('I2P Reseed Server Policy Requirements and Guidelines') }}{% endblock %} {% block lastupdated %}2023-01{% endblock %} {% block content %} -- GitLab