Sha256: da43bbfc53a1bd74717b1937d647713c7bd65f53521f192184e5094eb7a16928
Contents?: true
Size: 993 Bytes
Versions: 9
Compression:
Stored size: 993 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> .set color = #101035 . FIXME <table width=100% bgcolor=$color> <tr> <td width=30% bgcolor=$color> <div style="text-align: center; color: white"> <h1>Around Austin</h1><br> The view from downtown... </div> </td> <td><img src=assets/austin-pano.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