diff --git a/_includes/head.html b/_includes/head.html index ca9b0dc..0ed2aab 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -13,8 +13,11 @@ {% endfor %} - - {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }} + + {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }} + + +