10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
|
---
|
||
|
title: non-localized Home
|
||
|
---
|
||
|
Current locale: <%= I18n.locale %>
|
||
|
path: <%=
|
||
|
hierarchy = [current_page]
|
||
|
hierarchy.unshift hierarchy.first.parent while hierarchy.first.parent
|
||
|
hierarchy.collect {|page| page.data.title }.join(" # ")
|
||
|
%>
|