Sha256: d4c5883336280d65328ea0284334605a773cf7ceafe0c7d54ae7df15c697436b
Contents?: true
Size: 882 Bytes
Versions: 2
Compression:
Stored size: 882 Bytes
Contents
--- layout: default --- <div <%= object_ref page %>> <div class='post-header'> <h2 class='post-title'> <a class='permalink' href='<%= page.permalink %>'><%= page.title %></a> </h2> <ul class='post-metadata'> <li class='byline'> By <span class='author'><%= page.author %></span> on <span class='date'><%= page.date %></span> <% if page.time? %> at <span class='time'><%= page.time %></span> <% end %> </li> <li class='link'> <a class='permalink' href='<%= page.permalink %>'> Permalink </a> </li> <li class='disqus_link'> <a href='<%= page.permalink %>#disqus_thread'>Comments</a> </li> </ul> </div> <div class='post-body'> <%= content %> <%= snippet 'comments' %> </div> </div> <%= snippet 'comment-links' %>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
zzot-semi-static-0.0.2 | test/source/layouts/post.erb |
zzot-zzot-semi-static-0.0.1 | test/source/layouts/post.erb |