diff --git a/middleman-core/lib/middleman-core/templates/html5/source/index.html.erb b/middleman-core/lib/middleman-core/templates/html5/source/index.html.erb new file mode 100644 index 00000000..9af2d2d5 --- /dev/null +++ b/middleman-core/lib/middleman-core/templates/html5/source/index.html.erb @@ -0,0 +1,6 @@ +--- +title: HTML5 Boilerplate Middleman +--- + + +

Hello world! This is HTML5 Boilerplate.

diff --git a/middleman-core/lib/middleman-core/templates/html5/source/index.html b/middleman-core/lib/middleman-core/templates/html5/source/layouts/layout.erb similarity index 92% rename from middleman-core/lib/middleman-core/templates/html5/source/index.html rename to middleman-core/lib/middleman-core/templates/html5/source/layouts/layout.erb index fe4527a1..96b3da22 100755 --- a/middleman-core/lib/middleman-core/templates/html5/source/index.html +++ b/middleman-core/lib/middleman-core/templates/html5/source/layouts/layout.erb @@ -6,7 +6,8 @@ - + + <%= data.page.title || "HTML5 Boilerplate" %> @@ -21,8 +22,7 @@

You are using an outdated browser. Upgrade your browser today or install Google Chrome Frame to better experience this site.

- -

Hello world! This is HTML5 Boilerplate.

+ <%= yield %>