Sha256: 96aeb8fc10d48a8c0243d2a2a33ca6c9e826ff582d2ff064c829ae5853dac79b
Contents?: true
Size: 797 Bytes
Versions: 13
Compression:
Stored size: 797 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