diff --git a/_includes/head.html b/_includes/head.html
index c5df876..671d709 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,7 +1,7 @@
-
+ {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}
{% include styles.html %}
@@ -10,5 +10,5 @@
{% include meta.html %}
- {% seo %}
+ {% seo title=false %}