From ba2251c2521a7b11d0e2b2a7627f877fd05eee2e Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 6 Apr 2014 16:36:03 +0200 Subject: move navigation to layout --- source/layouts/layout.erb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source/layouts/layout.erb') diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 7bdfeb1..dc454c0 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -2,18 +2,19 @@ - + - + <%= current_page.data.title || "The Middleman" %> - + <%= stylesheet_link_tag "normalize", "all" %> <%= javascript_include_tag "all" %> - + + <%= partial "navigation" %> <%= yield %> - \ No newline at end of file + -- cgit v1.2.1