Sha256: e15d4c46d8f9d0b65b35a29c8b22c02b0bbf3cada421a6153048324a02ec88ae

Contents?: true

Size: 658 Bytes

Versions: 10

Compression:

Stored size: 658 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.                        
. --------------------------------------------------
.nopara
.mixin liveblog

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
runeblog-0.2.88 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.87 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.86 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.85 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.84 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.83 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.82 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.81 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.80 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.79 empty_view/themes/standard/blog/generate.lt3