Sha256: d12f3d7fc5731188cea1ce0d46f6312ccdcfdc9d9f6d5c0e3d9aa665f971edd6
Contents?: true
Size: 709 Bytes
Versions: 8
Compression:
Stored size: 709 Bytes
Contents
. -------------------------------------------------- . This HTML fragment gives the format of a post's . "index" entry (recent posts on blog front page). . -------------------------------------------------- <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
8 entries across 8 versions & 1 rubygems