diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html
index 5b531cbd..7fd21a21 100644
--- a/i2p2www/pages/global/nav.html
+++ b/i2p2www/pages/global/nav.html
@@ -122,6 +122,7 @@
+
diff --git a/i2p2www/pages/site/research/index.html b/i2p2www/pages/site/research/index.html
index 8e914473..e4cf2601 100644
--- a/i2p2www/pages/site/research/index.html
+++ b/i2p2www/pages/site/research/index.html
@@ -19,14 +19,6 @@ original research.
A list of known published papers about I2P is available here.
{%- endtrans %}
-{{ _('Open research questions') }}
-
-{{ _('Unidirectional tunnels') }}
-
-- What are the benefits of unidirectional tunnels over bidirectional tunnels? What are the tradeoffs?
-- More details are available here.
-
-
{{ _('Testing Attacks on I2P') }}
{% trans -%}
diff --git a/i2p2www/pages/site/research/questions.html b/i2p2www/pages/site/research/questions.html
new file mode 100644
index 00000000..68261c0b
--- /dev/null
+++ b/i2p2www/pages/site/research/questions.html
@@ -0,0 +1,9 @@
+{% extends "global/layout.html" %}
+{% block title %}{{ _('Open research questions') }}{% endblock %}
+{% block content %}
+
{{ _('Unidirectional tunnels') }}
+
+- What are the benefits of unidirectional tunnels over bidirectional tunnels? What are the tradeoffs?
+- More details are available here.
+
+{% endblock %}