Sha256: 0c8da0133d7dc19bcf2d5d051aa3efbf3b4e19eee615c05886e774ec1bf32595

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

<p>Welcome to <%= config.site_title %></p>
<h4>News</h4>
<ul>
<%
  # We can query Gumdrop for the contents of the source_tree:
  site.contents.find('news/**/*').each do |page|
%>
  <li><a href="<%= page.uri %>"><%= page.title %></a></li>
<% end %>
</ul>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gumdrop-1.0.3 templates/default/source/index.html.erb
gumdrop-1.0.2 templates/default/source/index.html.erb
gumdrop-1.0.1 templates/default/source/index.html.erb
gumdrop-1.0.0 templates/default/source/index.html.erb