Sha256: 11b01dc2717c71caba0bda5976fadb73816951b5aa8da8eabd293aa27d0b6fac
Contents?: true
Size: 368 Bytes
Versions: 16
Compression:
Stored size: 368 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> <span><%= @article.category %></span> </section> </li> <% end %> </ol> </section>
Version data entries
16 entries across 13 versions & 1 rubygems