Sha256: 75897ddc0a95647db65c1ce574d98d6a71543d02956b56145ade16b9e746e618
Contents?: true
Size: 796 Bytes
Versions: 13
Compression:
Stored size: 796 Bytes
Contents
<article id="post" > <header class="entry-header"> <% if @post.has_thumb? %> <div class="entry-thumbnail"> <%= raw @post.the_thumb %> </div> <% end %> <h1 class="entry-title"><%= @post.the_title %></h1> </header><!-- .entry-header --> <div class="entry-content"> <%= raw @post.the_content %> </div><!-- .entry-content --> <footer class="entry-meta"> <!-- custom fields --> <% if @post.render_fields.present? %> <hr> <h4><%= ct("extra_attributes") %></h4> <%= raw @post.render_fields %> <% end %> </footer><!-- .entry-meta --> </article><!-- #post --> <%= render partial: 'partials/comments', locals: {post: @post} if @post.can_commented? %>
Version data entries
13 entries across 13 versions & 1 rubygems