From fc6384360e2e4ce8905ff7769866f8dba3702a02 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Wed, 28 Dec 2011 19:32:44 +0000 Subject: Create basic layout for site. --- _site_build/_includes/header.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _site_build/_includes/header.html (limited to '_site_build/_includes/header.html') diff --git a/_site_build/_includes/header.html b/_site_build/_includes/header.html new file mode 100644 index 0000000..7a3c22e --- /dev/null +++ b/_site_build/_includes/header.html @@ -0,0 +1,8 @@ +
+
+

{{ site.title }}

+ {% if site.subtitle %} +

{{ site.subtitle }}

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