Sha256: 07be4d79df4fa0cb7821579ed1f3282cebb978a44b1095370cd5f981c4aa7465
Contents?: true
Size: 330 Bytes
Versions: 16
Compression:
Stored size: 330 Bytes
Contents
<header> <h1><%= @params[:page_name] %></h1> </header> <!-- Article List --> <section id="articles"> <ol> <% for @article in @articles %> <li> <time><%= @article.date %></time> <section class="title"> <a href="<%= @article.path %>"><%= @article.title %></a> </section> </li> <% end %> </ol> </section>
Version data entries
16 entries across 13 versions & 1 rubygems