by default, for the generated new sites, add the inline_editor tag

did committed Jul 07, 2013
commit 91523672b52df9fe4df810d98b56a814c026b960
Showing 3 changed files with 6 additions and 1 deletions
generators/bootstrap/app/views/pages/index.liquid.haml +2 -0
@@ @@ -27,6 +27,8 @@ published: true
/ HTML5 shim, for IE6-8 support of HTML5 elements
/[if lt IE 9]
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+
+ {% inline_editor %}
%body
.container-narrow
generators/foundation/app/views/pages/index.liquid +1 -0
@@ @@ -17,6 +17,7 @@ published: true
{{ 'vendor/custom.modernizr.js' | javascript_tag }}
+ {% inline_editor %}
</head>
<body>
generators/foundation/app/views/pages/index.liquid.haml +3 -1
@@ @@ -16,6 +16,8 @@ published: true
{{ 'foundation.css' | stylesheet_tag }}
{{ 'vendor/custom.modernizr.js' | javascript_tag }}
+
+ {% inline_editor %}
%body
.row
.large-12.columns
@@ @@ -96,7 +98,7 @@ published: true
{{ 'foundation.min.js' | javascript_tag }}
-
+
/ {{ 'foundation/foundation.js' | javascript_tag }}
/ {{ 'foundation/foundation.alerts.js' | javascript_tag }}