Sha256: 5ca963fc65e8c7b10496beb0979db044173447f968c724dae4f69b35ce9cc9f9

Contents?: true

Size: 826 Bytes

Versions: 4

Compression:

Stored size: 826 Bytes

Contents

. --------------------------------------------------
. This is used to generate a single post.           
. The logic behind it is convoluted and may be      
. subject to change.                                
. --------------------------------------------------

.mixin liveblog
<html>
  <!-- Generated from $File on $$date; editing not recommended.   -->

.seek global.lt3

. FIXME
.head
og:title    $title 
description $teaser
style       blog.css
.end

<body>

<section class="post">
  <div class="recent-content">
    $.post_toolbar
    <table border=0 width=100%><tr>
      <td align=left valign=bottom><h2 class="recent-title">$title</h2></td>
      <td align=right valign=top><font size=-5><br></font>$longdate</td>
    </tr></table><hr>
    $.copy guts.html
  </div>
</section>

<br>
.post_trailer 
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
runeblog-0.3.19 empty_view/themes/standard/post/generate.lt3
runeblog-0.3.18 empty_view/themes/standard/post/generate.lt3
runeblog-0.3.17 empty_view/themes/standard/post/generate.lt3
runeblog-0.3.16 empty_view/themes/standard/post/generate.lt3