Sha256: 49413aea815fee5d42f7328aac980b0fc9a79b0cb5bb77fdf406b88c7ef95901
Contents?: true
Size: 831 Bytes
Versions: 9
Compression:
Stored size: 831 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 .include vars.lt3 . FIXME .head og:title $title description $teaser style blog.css .end <body> <section class="post"> <div class="recent-content"> <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> <hr> .post_trailer </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems