clearer <title>s for search engines
This commit is contained in:
parent
3d05bbeeed
commit
933bd225ab
2 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
- if content_for? :title
|
- if content_for? :title
|
||||||
= yield :title
|
= yield :title
|
||||||
|
|
|
|
||||||
Dress to Impress
|
- if content_for? :title_category
|
||||||
|
= yield :title_category
|
||||||
|
- else
|
||||||
|
Dress to Impress: Preview customized Neopets' clothing and wearables
|
||||||
/[if IE]
|
/[if IE]
|
||||||
= include_javascript_libraries :html5
|
= include_javascript_libraries :html5
|
||||||
= stylesheet_link_tag "compiled/screen"
|
= stylesheet_link_tag "compiled/screen"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
- content_for :title_category do
|
||||||
|
Infinite Closet: Neopets customization clothing and wearables database
|
||||||
- content_for :before_flashes do
|
- content_for :before_flashes do
|
||||||
%h1
|
%h1
|
||||||
= link_to items_path do
|
= link_to items_path do
|
||||||
|
|
Loading…
Reference in a new issue