improves navigation in all pages
diff --git a/templates/category.html b/templates/category.html
index 1ccb5a5..eddfb26 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -1,5 +1,5 @@
 {% extends "index.html" %}
-{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}
+{% block title %}{{ SITENAME }} - Category: {{ category }}{% endblock %}
 {% block head %}
 {% if CATEGORY_FEED_ATOM %}
 <link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM|format(category) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} {{ category }} Category Atom Feed" />