fixed issue #19
Manuite
committed Mar 29, 2013
commit b4a957c45800b093cda7978e9267f41a94f4d0f0
Showing 2
changed files with
8 additions
and 0 deletions
generators/bootstrap/app/views/pages/index.liquid
+4
-0
| @@ | @@ -1,3 +1,7 @@ |
| + | --- |
| + | title: Home page |
| + | published: true |
| + | --- |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
generators/foundation/app/views/pages/index.liquid
+4
-0
| @@ | @@ -1,3 +1,7 @@ |
| + | --- |
| + | title: Home page |
| + | published: true |
| + | --- |
| <!DOCTYPE html> | |
| <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
| <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |