Sha256: a756b142706800993cc713d999395f4072d8f91448abdc56a35652db9c2b240d
Contents?: true
Size: 825 Bytes
Versions: 34
Compression:
Stored size: 825 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", default: '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
34 entries across 34 versions & 1 rubygems