2010-12-09 05:02:20 +00:00
|
|
|
- if path = reference_path(:stylesheet => import)
|
|
|
|
- imported_item = reference_item(:stylesheet => import)
|
|
|
|
%a{:href => path, :title => "@import #{import}"}= imported_item[:crumb] || imported_item[:title]
|
|
|
|
- if imported_item[:meta_description]
|
|
|
|
– #{imported_item[:meta_description]}
|
|
|
|
- else
|
|
|
|
= import
|