Sha256: 26226f64a0947f4a88ee5adb90c1667a42fffb48f1abe01d1ed9e6e89f8127a6
Contents?: true
Size: 717 Bytes
Versions: 6
Compression:
Stored size: 717 Bytes
Contents
. -------------------------------------------------- . This HTML fragment gives the format of a post's . "index" entry (recent posts on blog front page). . -------------------------------------------------- .nopara <div class="post"> <table width=100% cellpadding=7> <tr> <td width=16% valign=top align=right style="margin-top: -1px;"> <font size=-1>#{date}</font> </td> <td> <span class="post-title-text"><a href="#{url}" style="margin-top: -5px">#{title}</a></span> <b>#{teaser_text}</b> <a style="text-decoration: none" href="#{url}"><small>Keep reading</small></a> </td> </tr> </table> </div> <font size=-4><br></font>
Version data entries
6 entries across 6 versions & 1 rubygems