From 111142c5c22d45798f6f26aed576674aa1049836 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 21 Sep 2011 10:13:23 +0200 Subject: [PATCH] Fixes whitespace, removed unnecessary closing '/' in HTML5 --- .themes/classic/source/_includes/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 5d81765..16beda3 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -4,8 +4,8 @@ - {% if page.title %}{{page.title}} - {% endif %}{{site.title}} - + {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} + {% capture description %}{% if page.description %}{{ page.description }}{% else %}{{ content | raw_content }}{% endif %}{% endcapture %} @@ -18,11 +18,11 @@ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} - + - + {% include custom/head.html %}