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