add author/description/keywords in the head section
diff --git a/templates/page.html b/templates/page.html
index 90f04e6..d293b1a 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ SITENAME }} - {{ page.title }}{% endblock %}
+{% block title %}{{ page.title }}{% endblock %}
 {% block header %}
 {{ page.title }
 {% endblock %}