From 39e6453d1201a9d04a7b8216e118a46b55c4ed0a Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 7 Jan 2012 14:28:55 +0000 Subject: Add various meta tags. --- _site_build/_includes/head.html | 5 ++++- _site_build/_includes/header.html | 4 +--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to '_site_build/_includes') diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index b573f7c..33ea474 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -1,8 +1,11 @@ {{ page.title }} - {{ site.title }} - + + + {% if page.robots %}{% endif %} + diff --git a/_site_build/_includes/header.html b/_site_build/_includes/header.html index 7a3c22e..4f9d01e 100644 --- a/_site_build/_includes/header.html +++ b/_site_build/_includes/header.html @@ -1,8 +1,6 @@

{{ site.title }}

- {% if site.subtitle %} -

{{ site.subtitle }}

- {% endif %} + {% if site.subtitle %}

{{ site.subtitle }}

{% endif %}
-- cgit v1.2.3-13-gbd6f