lib/spontaneous/generators/site/templates/layouts/standard.html.cut.tt in spontaneous-0.1.0.alpha1 vs lib/spontaneous/generators/site/templates/layouts/standard.html.cut.tt in spontaneous-0.2.0.alpha1

- old
+ new

@@ -1,13 +1,19 @@ -<!DOCTYPE HTML> +<!DOCTYPE html> +<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> +<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> +<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <html lang="en"> <head> <meta charset="UTF-8"> - <title>{{ title }} ­ <%= @domain %></title> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <title>${ title } ­ <%= @domain %></title> + ${ stylesheets '/css/site' } </head> <body> - - {% block :content %} + %{ block :content } <h2>Welcome to <%= @domain %></h2> - {% endblock :content %} + %{ endblock :content } + ${ scripts %w(/js/site) } </body> </html>