diff --git a/templates/page.html b/templates/page.html
index 53398ce5..4a4397b8 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,6 +1,12 @@
{% extends "base.html" %}
-{% block title %}{{ page.title }}{% endblock %}
+{% block title %}
+ {% if page.title == "Home" %}
+ Freenet
+ {% else %}
+ Freenet: {{ page.title }}
+ {% endif %}
+{% endblock %}
{% block content %}