middleman/middleman-core/fixtures/i18n-mixed-sources/source/b/index.html.erb

10 lines
233 B
Plaintext

---
title: b/index.html.erb
---
Current locale: <%= I18n.locale %>
path: <%=
hierarchy = [current_page]
hierarchy.unshift hierarchy.first.parent while hierarchy.first.parent
hierarchy.collect {|page| page.data.title }.join(" # ")
%>