Sha256: 31e164168101684c3f4a54fe6294eef6ac127257860f0eebb78e0f6673ad7b66

Contents?: true

Size: 636 Bytes

Versions: 29

Compression:

Stored size: 636 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. -->
  $.seek 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

29 entries across 29 versions & 1 rubygems

Version Path
runeblog-0.3.01 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.99 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.98 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.96 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.95 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.94 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.93 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.92 empty_view/themes/standard/blog/generate.lt3
runeblog-0.2.91 empty_view/themes/standard/blog/generate.lt3