fix init template
This commit is contained in:
parent
de939d33ca
commit
628825183a
3 changed files with 0 additions and 12 deletions
|
@ -1,4 +0,0 @@
|
||||||
- content_for :head do
|
|
||||||
%title Custom head title
|
|
||||||
|
|
||||||
%h1 The Middleman is watching.
|
|
|
@ -1,7 +0,0 @@
|
||||||
%html
|
|
||||||
%head
|
|
||||||
%title The Middleman!
|
|
||||||
= yield_content :head
|
|
||||||
|
|
||||||
%body
|
|
||||||
= yield
|
|
|
@ -1 +0,0 @@
|
||||||
@import compass/reset.sass
|
|
Loading…
Reference in a new issue