From: Mark Otto Date: Tue, 21 Jan 2014 04:18:05 +0000 (-0600) Subject: change header to fix home highlighting X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ea42bec20a245e9f93ed2a127d0ef5b25d64b0b8;p=blog change header to fix home highlighting --- diff --git a/_includes/head.html b/_includes/head.html index 1f577f0..50f9a20 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,10 +6,10 @@ - {% if page.title %} - {{ page.title }} · {{ site.title }} - {% else %} + {% if page.title == "Home" %} {{ site.title }} · {{ site.tagline }} + {% else %} + {{ page.title }} · {{ site.title }} {% endif %}