diff --git a/_includes/head.html b/_includes/head.html index a301dd4..20217ea 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,19 +12,12 @@ - - - - {% if page.title %}{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} ·{% endif %} - {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} - - - - + + + {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 }} - - + @@ -34,4 +27,8 @@ + +