From aa230616241321ca9c4b8f4202d045c829527618 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 7 Jun 2011 16:12:46 -0400 Subject: Added themes directory, improved javascript load and minification. --- themes/classic/source/_includes/head.html | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 themes/classic/source/_includes/head.html (limited to 'themes/classic/source/_includes/head.html') diff --git a/themes/classic/source/_includes/head.html b/themes/classic/source/_includes/head.html new file mode 100644 index 00000000..bf93b7b6 --- /dev/null +++ b/themes/classic/source/_includes/head.html @@ -0,0 +1,32 @@ + + + + + + + {% 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 %} + + {% endif %} + + + + + + + {% if page.keywords %} + + {% endif %} + + + + + + {% include google_analytics.html %} + + -- cgit v1.2.1