Sha256: 70ee4885db1d0b3673907191ac538c73340b22fe7c6c392c93d5d3e11025866f
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 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"> <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"> {% 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lbenicio-minimal-v1-1.3.1 | _layouts/posts.html |
lbenicio-minimal-v1-1.3.0 | _layouts/posts.html |