Sha256: d3a66478252c1afbfe23aee52d4dd29cab4a63c823f8649b26dc5bc1b1e5dc8e

Contents?: true

Size: 1.13 KB

Versions: 25

Compression:

Stored size: 1.13 KB

Contents

<% content_for :social_meta_tags do %>
  <meta property="og:image" content="<%= @post.prioritized_featured_image_url %>"/>
  <meta property="og:title" content="<%= @post.title %>"/>
  <meta property="og:url" content="<%= fuel.post_url(@post) %>"/>
  <meta property="og:site_name" content="<%= Fuel.configuration.site_name %>"/>
  <meta property="og:type" content="Website"/>
<% end %>

<div class="fuel fuel-posts">
  <div class="tagline">
    <h1 class="tagline"><%= link_to @blog_title, fuel.blog_root_path %></h1>
  </div>
  <article class="fuel-post fuel-post-show">
    <h2 class="fuel-post-title"><%= @post.title %></h2>
    <div class="fuel-post-additional-info">
      <span class="fuel_post_date"><%= @post.created_at.strftime('%b %d, %Y') %> - </span>
      <span class="fuel-post-author">By <%= @post.author.full_name %></span>
      <span class="fuel-social-buttons">
        <%= render 'tweet', post: @post if Fuel.configuration.twitter %>
      </span>
    </div>
    <div class="fuel-post-content">
      <%= @post.content.html_safe %>
    </div>
  </article>
  <div class="disqus-area">
    <%= render 'disqus' if @disqus_name %>
  </div>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fuel-0.4.10 app/views/fuel/posts/show.html.erb
fuel-0.4.9 app/views/fuel/posts/show.html.erb
fuel-0.4.8 app/views/fuel/posts/show.html.erb
fuel-0.4.7 app/views/fuel/posts/show.html.erb
fuel-0.4.6 app/views/fuel/posts/show.html.erb
fuel-0.4.5 app/views/fuel/posts/show.html.erb
fuel-0.4.4 app/views/fuel/posts/show.html.erb
fuel-0.4.3 app/views/fuel/posts/show.html.erb
fuel-0.4.2 app/views/fuel/posts/show.html.erb
fuel-0.4.1 app/views/fuel/posts/show.html.erb
fuel-0.3.34 app/views/fuel/posts/show.html.erb
fuel-0.3.33 app/views/fuel/posts/show.html.erb
fuel-0.3.32 app/views/fuel/posts/show.html.erb
fuel-0.3.31 app/views/fuel/posts/show.html.erb
fuel-0.3.30 app/views/fuel/posts/show.html.erb
fuel-0.3.29 app/views/fuel/posts/show.html.erb
fuel-0.3.28 app/views/fuel/posts/show.html.erb
fuel-0.3.27 app/views/fuel/posts/show.html.erb
fuel-0.3.26 app/views/fuel/posts/show.html.erb
fuel-0.3.25 app/views/fuel/posts/show.html.erb