Sha256: 1f67406f1e6dcd32e5765485d90505aa2803468638fa8eb4dcebee3d8f0c1923

Contents?: true

Size: 698 Bytes

Versions: 1

Compression:

Stored size: 698 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>

.say Hello
    $.banner text: top.html image: austin-pano.jpg // navbar
.say Hello again
    <div class="content container-fluid mt-4">
      <div class="row">
        $.include blog/index.lt3
      </div>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
runeblog-0.2.59 empty_view/themes/standard/blog/generate.lt3