templates cleaner and generation for all pages
diff --git a/erpnext/website/utils.py b/erpnext/website/utils.py
index 7ec1b4f..1adc824 100644
--- a/erpnext/website/utils.py
+++ b/erpnext/website/utils.py
@@ -95,7 +95,7 @@
 	return Template("""<div class="navbar navbar-fixed-top">
 		<div class="navbar-inner">
 		<div class="container">
-			<a class="brand">{{ brand }}</a>
+			<a class="brand" href="index.html">{{ brand }}</a>
 			<ul class="nav">
 				{% for page in top_bar_items %}
 					{% if not page.parent_label %}