Sha256: b23338059bc419f81f0946fbe046835d7bc7ffcb7dcdf97ab77410aa7c8de761
Contents?: true
Size: 471 Bytes
Versions: 6
Compression:
Stored size: 471 Bytes
Contents
<% cache [ "v1", post ] do %> <article class="post"> <h1> <div class="permalink_icon"><%= link_to ( raw " " ), post %></div> <%= link_to post.title, ( ( post.story_link.nil? || post.story_link.blank? ) ? post : post.story_link ) %> </h1> <div class="meta"> <span class="published_at"><%= post.published_at.strftime( "%B %d, %Y") %></span> </div> <div class="body"><%= Kramdown::Document.new( post.body ).to_html.html_safe %></div> </article> <% end %>
Version data entries
6 entries across 5 versions & 1 rubygems