_includes/nav/header.html in hematite-0.1.9 vs _includes/nav/header.html in hematite-0.1.10

- old
+ new

@@ -1,5 +1,10 @@ {% comment %} This is the header that appears in the navigation bar (at the top of the page)! Customize it here. {% endcomment %} -<a href="{{ "/" | absolute_url }}">{{ site.title | default "Untitled Site" }}</a> +<a id="long_title" href="{{ "/" | absolute_url }}"> + {{ site.title | default: "Untitled Site" }} +</a> +<a id="short_title" href="{{ "/" | absolute_url }}"> + {{ site.short_title | default: site.title | default: "Untitiled" }} +</a>