From 3eaa6af4e3b5b7cfb7d07ef5459b1a4bd8acc418 Mon Sep 17 00:00:00 2001 From: Christian Specht Date: Mon, 23 Dec 2013 00:32:07 +0100 Subject: [PATCH] handle pages without title --HG-- branch : jekyll --- src/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 8c807b8..94ec11d 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -2,7 +2,7 @@ - {{ page.title }} - {{ site.authorname }} + {% if page.title %}{{ page.title }} - {% endif %}{{ site.authorname }}