From 8698a276f937cb1cd6f67f7f213e2ea438500d7e Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 30 May 2011 00:30:16 -0400 Subject: Cleaned out public from repository, updated gitignore, added syntax highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements. --- source/_includes/head.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'source/_includes/head.html') diff --git a/source/_includes/head.html b/source/_includes/head.html index 1d3329ba..b311ca69 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -1,7 +1,16 @@ + + + + + + - - {{page.title}} - {{site.title}} + {% if page.title %} + {{site.title}}: {{page.title}}{% if site.author %} - {{ site.author }}{% endif %} + {% else %} + {{site.title}}{% if site.author %} - {{ site.author }}{% endif %} + {% endif %} {% if page.description %} @@ -10,7 +19,7 @@ - + {% if page.keywords %} @@ -18,8 +27,12 @@ - - + + + + + + {% if site.google_analytics_tracking_id %} {% include google_analytics.html %} {% endif %} -- cgit v1.2.1