Sha256: 459c802a4bdd3787c683a400c61de55c7060c6e073d0210d10ee772b438e115e

Contents?: true

Size: 508 Bytes

Versions: 4

Compression:

Stored size: 508 Bytes

Contents

<section id="articles">
  <% for article in articles[0...3] %>
    <article class="post">
      <header>
        <h1><a href="<%= article.path %>"><%= article.title %></a></h1>
        <span class="date"><%= article.date %></span>
      </header>

      <section class="content">
        <%= article.summary %>
      </section>
      <div class="more"><a href="<%= article.path %>">read on &raquo;</a></div>
    </article>
  <% end %>
</section>

<section id="archives">
  <%= archives[3..-1] %>
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
allegro-0.0.0pre3 lib/template/templates/pages/index.rhtml
allegro-0.0.0pre2 lib/template/templates/pages/index.rhtml
allegro-0.0.0pre1 lib/template/templates/pages/index.rhtml
allegro-0.0.0pre lib/template/templates/pages/index.rhtml