Sha256: a2709f1148330f3eafb6c478c178009e2e1b52196e70570f05a95671c0293023
Contents?: true
Size: 880 Bytes
Versions: 3
Compression:
Stored size: 880 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
runeblog-0.2.37 | empty_view/themes/standard/blog/generate.lt3 |
runeblog-0.2.36 | empty_view/themes/standard/blog/generate.lt3 |
runeblog-0.2.35 | empty_view/themes/standard/blog/generate.lt3 |