Sha256: 780f7318aa67525e4b2f5c0bfdca5665fce6ef684b50e2d0274e3e5f732acfa9
Contents?: true
Size: 1.33 KB
Versions: 10
Compression:
Stored size: 1.33 KB
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 %} {% include blog-navigation.html %} <div class="container-fluid"> <div class="row"> <div class="offset-xs-1 col-xs-10 offset-sm-3 col-sm-6"> <section class="content mt-5"> <div class="container-fluid" id="main-container"> <div class="reading-time"> {% capture time %}{{ content | reading_time }}{% endcapture %} <p>This article will take {{ time }} {% if time == '1' %}minute{% else %}minutes{% endif %} to read.</p> </div> <div id="table-of-contents" class=""> <h3 class="mb-3">Table of Contents</h3> {% toc %} </div> {% include anchor-headings.html html=content anchorBody="#" anchorClass="link-anchor" %} {% include post-navigation.html %} </div> </section> </div> </div> </div> {% include footer.html %} {% include analytics.html %} </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems