diff --git a/_includes/head.html b/_includes/head.html
index 1206644..57e5878 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -3,7 +3,7 @@
-
{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}
+ {% if page.title %}{{ page.title | escape }} | {% endif %}{{ site.title | escape }}
diff --git a/faq.md b/faq.md
index baff9dc..ea1c1bc 100644
--- a/faq.md
+++ b/faq.md
@@ -1,6 +1,7 @@
---
layout: default
permalink: /faq/
+title: faq
---
FAQ
===