You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
documentation/source/index.html.erb

9 lines
217 B
Plaintext

---
title: Plume documentation
---
<ul>
<% sitemap.resources.select{ |p| p.path =~ /\.html/ && p.path != "index.html" }.each do |res| %>
<li><a href="<%= res.url %>"><%= res.data.title %></a></li>
<% end %>
</ul>