Sha256: e9e1d7ab3100f0c178e2d29192d81d45ffb04ee24a2b0bd51566ae528cdc1f54
Contents?: true
Size: 483 Bytes
Versions: 17
Compression:
Stored size: 483 Bytes
Contents
<li class="post latest"> <figure> <%= content_tag :h3, link_to(post.title, url('/:post.year/:post.month/:post.slug', post: post)) %> <%= content_tag :time, l(post.published_at.to_date, format: :long) %> </figure> <div class='content'> <%= post.excerpt %> </div> <section class='info'> <%= render 'tags', tags: post.tags %> <%= link_to 'Continue reading', url('/:post.year/:post.month/:post.slug/', post: post), class: %w(read) %> </section> </li>
Version data entries
17 entries across 17 versions & 1 rubygems