Sha256: 28d44377664ff6e3079c05e9924a88463139cf318cb612e9e7b870ea8f2fe3ec

Contents?: true

Size: 653 Bytes

Versions: 6

Compression:

Stored size: 653 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.                        
. --------------------------------------------------

<html>
  <!-- Generated from $File on $$date.  
       Editing not recommended. -->
  $.include $ViewDir/data/global.lt3
  $.include blog/head.lt3
  <body>
    $.include banner/banner.lt3
    <div class="content container-fluid mt-4">
      <div class="row">
        $.include blog/index.lt3
      </div>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
runeblog-0.3.28 empty_view/themes/standard/blog/generate.lt3
runeblog-0.3.27 empty_view/themes/standard/blog/generate.lt3
runeblog-0.3.26 empty_view/themes/standard/blog/generate.lt3
runeblog-0.3.25 empty_view/themes/standard/blog/generate.lt3
runeblog-0.3.24 empty_view/themes/standard/blog/generate.lt3
runeblog-0.3.23 empty_view/themes/standard/blog/generate.lt3