Sha256: a3566db19704853eff079f6d525b87618a2708c87571d15b2b15abd10af1a17a
Contents?: true
Size: 732 Bytes
Versions: 10
Compression:
Stored size: 732 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%> <tr> <td width=12% valign=top> <span class="post-date mt-1 mb-1"> <b>#{date}</b> </span> </td> <td> <!-- <span class="post-title-box"> --> <span class="post-title-text"><a href="#{url}">#{title}</a></span> <b>#{teaser_text}</b> <br> <a style="text-decoration: none" href="#{url}"><small>Keep reading...</small></a></p> <!-- </span> --> </td> </tr> </table> </div>
Version data entries
10 entries across 10 versions & 1 rubygems