_includes/head.html in brume-1.0.1 vs _includes/head.html in brume-1.0.2
- old
+ new
@@ -7,10 +7,10 @@
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- title -->
-<title>{{ page.title }} · {{ site.title }}</title>
+<title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}</title>
<!-- icons -->
<link rel="shortcut icon" href="{{ '/assets/images/favicon.ico' | relative_url }}">
<!-- stylesheets -->