diff --git a/i2p2www/pages/site/docs/naming.html b/i2p2www/pages/site/docs/naming.html
index b5e4748b662a16a31b39f74b5dbf3d4dd75388cc..c081e14f520b87f2f888290523e500aedf4d4d0b 100644
--- a/i2p2www/pages/site/docs/naming.html
+++ b/i2p2www/pages/site/docs/naming.html
@@ -1,7 +1,7 @@
 {% extends "global/layout.html" %}
 {% block title %}{% trans %}Naming and Address Book{% endtrans %}{% endblock %}
-{% block lastupdated %}2020-07{% endblock %}
-{% block accuratefor %}0.9.46{% endblock %}
+{% block lastupdated %}2023-11{% endblock %}
+{% block accuratefor %}0.9.59{% endblock %}
 {% block content %}
 <h2 id="overview">{% trans %}Overview{% endtrans %}</h2>
 
@@ -486,7 +486,6 @@ are used, however there are some exceptions where they may fail if the
 name does not immediately resolve. I2PTunnel will fail, for example, if
 the name does not resolve to a destination.
 {%- endtrans %}</p>
-{% endblock %}
 
 
 <h2 id="newbase32">Extended Base32 Names</h2>
@@ -621,3 +620,5 @@ exceed the DNS max label length of 63 chars. Browsers probably do not care.
 No backward compatibility issues. Longer b32 addresses will fail to be converted
 to 32-byte hashes in old software.
 </li></ul>
+
+{% endblock %}