13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
|
Source: <%= current_page.source_file.sub(root + "/", "") %>
|
||
|
|
||
|
<% if current_page.parent %>
|
||
|
Parent: <%= current_page.parent.path %>
|
||
|
<% end %>
|
||
|
|
||
|
<% current_page.children.each do |p| %>
|
||
|
Child: <%= p.path %>
|
||
|
<% end %>
|
||
|
|
||
|
<% current_page.siblings.each do |p| %>
|
||
|
Sibling: <%= p.path %>
|
||
|
<% end %>
|