reverse <title> order
This commit is contained in:
parent
cd947b61b3
commit
9057f56e2e
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
%html
|
%html
|
||||||
%head
|
%head
|
||||||
%title
|
%title
|
||||||
Dress to Impress
|
|
||||||
- if content_for? :title
|
- if content_for? :title
|
||||||
—
|
|
||||||
= yield :title
|
= yield :title
|
||||||
|
|
|
||||||
|
Dress to Impress
|
||||||
/[if IE]
|
/[if IE]
|
||||||
= include_javascript_libraries :html5
|
= include_javascript_libraries :html5
|
||||||
= stylesheet_link_tag "compiled/screen"
|
= stylesheet_link_tag "compiled/screen"
|
||||||
|
|
Loading…
Reference in a new issue