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

Version Path
runeblog-0.2.55 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.54 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.53 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.52 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.51 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.50 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.49 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.48 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.47 empty_view/themes/standard/blog/generate.lt3