From 229976c9833a86996de25c5fcf3ac626ded57fc1 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 8 Apr 2014 17:48:16 +0200 Subject: super basic 3 column layout --- source/layouts/layout.erb | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'source/layouts/layout.erb') diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 7338ea2..a88ab54 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -6,16 +6,40 @@ + + + - <%= current_page.data.title || "The Middleman" %> + <%= current_page.data.title || "sublab" %> - <%= stylesheet_link_tag "normalize", "all", "bootstrap", "bootstrap-theme" %> + <%= stylesheet_link_tag "all", "bootstrap", "bootstrap-theme" %> <%= javascript_include_tag "all", "bootstrap" %> - <%= partial "navigation" %> - <%= yield %> - <%= partial "status" %> + +
+ +
+

sublab

+
+ +
+ +
+ <%= partial "navigation" %> +
+ +
+ <%= yield %> +
+ +
+ <%= partial "status" %> +
+ +
+ +
-- cgit v1.2.1