mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
fix init template
This commit is contained in:
parent
60bed7ad4e
commit
fbd922a36d
3 changed files with 12 additions and 0 deletions
4
lib/middleman/template/views/index.html.haml
Normal file
4
lib/middleman/template/views/index.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- content_for :head do
|
||||
%title Custom head title
|
||||
|
||||
%h1 The Middleman is watching.
|
7
lib/middleman/template/views/layout.html.haml
Normal file
7
lib/middleman/template/views/layout.html.haml
Normal file
|
@ -0,0 +1,7 @@
|
|||
%html
|
||||
%head
|
||||
%title The Middleman!
|
||||
= yield_content :head
|
||||
|
||||
%body
|
||||
= yield
|
1
lib/middleman/template/views/stylesheets/site.css.sass
Normal file
1
lib/middleman/template/views/stylesheets/site.css.sass
Normal file
|
@ -0,0 +1 @@
|
|||
@import compass/reset.sass
|
Loading…
Reference in a new issue