by default, for the generated new sites, add the inline_editor tag (missing file)
did
committed Jul 07, 2013
commit c64e07d0d8efebb71cd0aef8af0fd6b5bf5720cd
Showing 1
changed file with
2 additions
and 0 deletions
generators/bootstrap/app/views/pages/index.liquid
+2
-0
| @@ | @@ -27,6 +27,8 @@ published: true |
| <!--[if lt IE 9]> | |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| + | |
| + | {% inline_editor %} |
| </head> | |
| <body> | |