Sha256: 401083ae20569cdaf15e9b9ac1c9384e108142632e34909e00494f6c1ca702b2
Contents?: true
Size: 699 Bytes
Versions: 18
Compression:
Stored size: 699 Bytes
Contents
<% content_for(:title, @title || @post.title) %> <% content_for :post_date, @post.formatted_posted_at %> <% content_for :first, @post.first_url_title %> <% content_for :prev, @post.prev_url_title %> <% content_for :next, @post.next_url_title %> <% enable_disqus! :path => "blog/#{@post.url_title}", :title => "#{@post.title}", :category => Setting[:disqus_blog_post_category] %> <div class="blog-post"> <h1 class="title"><a href="/blog/<%= @post.url_title %>"><%= @post.title %></a></h1> <h2 class="posted-date">Posted on <%= @post.formatted_posted_at %></h2> <h2 class="byline">by <%= @post.author %></h2> <div class="blog-post-content"> <%= markdown @post.content %> </div> </div>
Version data entries
18 entries across 18 versions & 1 rubygems