Sha256: a7444060e7e6fdab5a46f33b32effc07287281cbc3b4a54226f28cdb3fedd90b
Contents?: true
Size: 931 Bytes
Versions: 5
Compression:
Stored size: 931 Bytes
Contents
<!DOCTYPE html> <html> <head> {% include head.html %} </head> <body class="bg-body d-flex flex-column min-vh-100 {% if page.date %} body-posts{% endif %}"> {% include fork.html %} {% include navigation.html %} <div class="container-fluid mt-2"> <div class="row"> <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6"> <section class="content"> <div class="container-fluid" id="main-container"> {{ page.previous.url }} {% include anchor-headings.html html=content anchorBody="#" anchorClass="link-anchor" %} {{ content }} {% include post-navigation.html %} </div> </section> </div> </div> </div> {% include footer.html %} {% include analytics.html %} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems