diff --git a/lib/middleman/template/views/index.haml b/lib/middleman/template/views/index.haml deleted file mode 100644 index 7b2bc807..00000000 --- a/lib/middleman/template/views/index.haml +++ /dev/null @@ -1,4 +0,0 @@ -- content_for :head do - %title Custom head title - -%h1 The Middleman is watching. \ No newline at end of file diff --git a/lib/middleman/template/views/layout.haml b/lib/middleman/template/views/layout.haml deleted file mode 100644 index f53be024..00000000 --- a/lib/middleman/template/views/layout.haml +++ /dev/null @@ -1,7 +0,0 @@ -%html - %head - %title The Middleman! - = yield_content :head - - %body - = yield \ No newline at end of file diff --git a/lib/middleman/template/views/stylesheets/site.sass b/lib/middleman/template/views/stylesheets/site.sass deleted file mode 100644 index 7afde1f8..00000000 --- a/lib/middleman/template/views/stylesheets/site.sass +++ /dev/null @@ -1 +0,0 @@ -@import compass/reset.sass \ No newline at end of file