Sha256: 12966450b5cc1f16bdacc0f0cea29937804838f1075461633cb1a61517135197
Contents?: true
Size: 948 Bytes
Versions: 9
Compression:
Stored size: 948 Bytes
Contents
. -------------------------------------------------- . This file will usually not be edited by the user. . It is used to generate the top-level index.html . The user will more often edit blog/index.lt3 in . the process of blog setup. . -------------------------------------------------- .mixin liveblog <html> <!-- Generated from $File on $$date. Editing not recommended. --> .seek global.lt3 .include blog/head.lt3 <body> . FIXME <table width=100%> <tr> <td width=30% bgcolor=black> <div style="text-align: center; color: white"> <h1>Around Austin</h1><br> The view from downtown... </div> </td> <td><img src=assets/sky2.jpg width=100%></img> </tr> </table> $.include navbar/navbar.lt3 <div class="content container-fluid mt-4"> <div class="row"> $.include blog/index.lt3 </div> </div> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems