From 54081880a975764171560b47d815e40227966051 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 6 Apr 2014 15:39:51 +0200 Subject: initial commit with barebones middleman app --- source/layouts/layout.erb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/layouts/layout.erb (limited to 'source/layouts') diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb new file mode 100644 index 0000000..7bdfeb1 --- /dev/null +++ b/source/layouts/layout.erb @@ -0,0 +1,19 @@ + + + + + + + + + + <%= current_page.data.title || "The Middleman" %> + + <%= stylesheet_link_tag "normalize", "all" %> + <%= javascript_include_tag "all" %> + + + + <%= yield %> + + \ No newline at end of file -- cgit v1.2.1