9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
|
%li
|
||
|
- 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
|