Sha256: 7388b8abfbcaae0d230c694c97ad75cec656a09226c76fc3c01dd48074420c36

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

---
filter: erb
layout: tumblog/default
---
<div class="post">
  <%= tumblog_date(@page.created_at) %>
  <a href="<%= @page.url %>">
    <img src="/images/tumblog/permalink.gif" class="permalink" alt="permalink" />
  </a>

  <div class="<%= @page.tumblog_type %>">
    <h2><%= link_to_page(@page) %></h2>
    <%= @content %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webby-0.9.3-x86-mswin32 examples/tumblog/layouts/tumblog/post.txt
webby-0.9.4-x86-mswin32 examples/tumblog/layouts/tumblog/post.txt