diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f733cc..15532b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## Unreleased version
+- Add Open Graph `site_name` field
- Add `text-col `config setting for main text color (#694)
- Add `keywords` config setting to set the meta keywords on all pages (for SEO purposes) (#691)
- Add `mobile-theme-col` config setting to allow a mobile theme colour (#692)
diff --git a/_includes/head.html b/_includes/head.html
index 068fe6e..71c639f 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -63,6 +63,10 @@
{% endif %}
+ {% if site.title %}
+
+ {% endif %}
+
{% if page.meta-title %}
{% elsif page.title %}
@@ -71,7 +75,7 @@
{% endif %}
- {% if page.meta-description %}
+ {% if page.meta-description %}
{% elsif page.subtitle %}