diff --git a/CHANGELOG.md b/CHANGELOG.md index 7677da13ce6..6d532c97e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,10 @@ redirect_from: Aug 10 2017 {:.heading.post-date} -### Critical * Fixed sending incorrect paths to Google Analytics. In previous versions, Hydejack would always send the URL of the initial page for all subsequent page views. Thanks [`@dannydwarren`](https://twitter.com/dannydwarren) for pointing this out. +* Fixed `tagline` not showing up in the title. ## v6.6.0 Aug 7 2017 diff --git a/_includes/head.html b/_includes/head.html index 16659751504..0df82facc40 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,7 @@ {% capture title %} {% if page.url == "/" %} - {{ site.title }}{% if site.tageline %} · {{ site.tagline }}{% endif %} + {{ site.title }}{% if site.tagline %} · {{ site.tagline }}{% endif %} {% elsif page.title.size > 0 %} {{ page.title }} · {{ site.title }} {% else %}