aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss2html/views/item.html.erb
blob: 5c0aea89526e0b7c1fd88e639a051802d83a376b (plain) (blame)
1
2
3
4
5
6
7
8
  <article>
    <header>
      <h1><%= item.title %></h1>
      <section class="meta">Posted by <%= item.author %> at <%= item.date %></section>
    </header>
    <section class="summary"><%= item.summary %></summary>
    <footer><a href="<%= item.url %>">Read more...</a></footer>
  </article>